diff options
author | Robin Appelman <icewind@owncloud.com> | 2013-09-10 20:02:15 +0200 |
---|---|---|
committer | Robin Appelman <icewind@owncloud.com> | 2013-09-10 20:10:25 +0200 |
commit | 9ad7891b4e7ddf1c4420f485c5d3cf4477835087 (patch) | |
tree | fed35c32adcbbe71c54ddfe7325f6ccd638a26bc /lib/files | |
parent | e271a55783dafd605791d02ca718b463fa19d58d (diff) | |
download | nextcloud-server-9ad7891b4e7ddf1c4420f485c5d3cf4477835087.tar.gz nextcloud-server-9ad7891b4e7ddf1c4420f485c5d3cf4477835087.zip |
improve phpdoc for the public files interface
Diffstat (limited to 'lib/files')
-rw-r--r-- | lib/files/exceptions.php | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/lib/files/exceptions.php b/lib/files/exceptions.php deleted file mode 100644 index 8a3c40ab0c0..00000000000 --- a/lib/files/exceptions.php +++ /dev/null @@ -1,21 +0,0 @@ -<?php -/** - * Copyright (c) 2013 Robin Appelman <icewind@owncloud.com> - * This file is licensed under the Affero General Public License version 3 or - * later. - * See the COPYING-README file. - */ - -namespace OC\Files; - -class NotFoundException extends \Exception { -} - -class NotPermittedException extends \Exception { -} - -class AlreadyExistsException extends \Exception { -} - -class NotEnoughSpaceException extends \Exception { -} |