diff options
Diffstat (limited to 'apps/files_trashbin/lib/Exceptions/CopyRecursiveException.php')
-rw-r--r-- | apps/files_trashbin/lib/Exceptions/CopyRecursiveException.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/apps/files_trashbin/lib/Exceptions/CopyRecursiveException.php b/apps/files_trashbin/lib/Exceptions/CopyRecursiveException.php index cd5715109cc..ea715dff302 100644 --- a/apps/files_trashbin/lib/Exceptions/CopyRecursiveException.php +++ b/apps/files_trashbin/lib/Exceptions/CopyRecursiveException.php @@ -3,7 +3,6 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Björn Schießle <bjoern@schiessle.org> - * @author Morris Jobke <hey@morrisjobke.de> * * @license AGPL-3.0 * @@ -20,7 +19,6 @@ * along with this program. If not, see <http://www.gnu.org/licenses/> * */ - namespace OCA\Files_Trashbin\Exceptions; class CopyRecursiveException extends \Exception { |