From 1bd018a70ceb968f43c3d91e7ccde4386b550185 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Tue, 2 Dec 2014 17:26:42 +0100 Subject: Autoload exception from files_trashbin --- .../lib/exceptions/copyrecursiveexception.php | 26 ++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 apps/files_trashbin/lib/exceptions/copyrecursiveexception.php (limited to 'apps/files_trashbin/lib/exceptions/copyrecursiveexception.php') diff --git a/apps/files_trashbin/lib/exceptions/copyrecursiveexception.php b/apps/files_trashbin/lib/exceptions/copyrecursiveexception.php new file mode 100644 index 00000000000..23e50293b77 --- /dev/null +++ b/apps/files_trashbin/lib/exceptions/copyrecursiveexception.php @@ -0,0 +1,26 @@ +. + * + */ + +namespace OCA\Files_Trashbin\Exceptions; + +class CopyRecursiveException extends \Exception { +} -- cgit v1.2.3