diff --git a/apps/files_trashbin/appinfo/app.php b/apps/files_trashbin/appinfo/app.php
index 7df52da6314f33e78ee167bd3dc63cd7c1d218e1..0e2cbaa529fdeed1b11c57e98f4aa7f1a6ea0fb8 100644
--- a/apps/files_trashbin/appinfo/app.php
+++ b/apps/files_trashbin/appinfo/app.php
@@ -3,8 +3,6 @@ $l = \OC::$server->getL10N('files_trashbin');
 
 OCP\Util::addTranslations('files_trashbin');
 
-OC::$CLASSPATH['OCA\Files_Trashbin\Exceptions\CopyRecursiveException'] = 'files_trashbin/lib/exceptions.php';
-
 // register hooks
 \OCA\Files_Trashbin\Trashbin::registerHooks();
 
diff --git a/apps/files_trashbin/lib/exceptions.php b/apps/files_trashbin/lib/exceptions/copyrecursiveexception.php
similarity index 100%
rename from apps/files_trashbin/lib/exceptions.php
rename to apps/files_trashbin/lib/exceptions/copyrecursiveexception.php