diff options
Diffstat (limited to 'apps/files_external/3rdparty/Dropbox/Exception/Forbidden.php')
-rw-r--r-- | apps/files_external/3rdparty/Dropbox/Exception/Forbidden.php | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/apps/files_external/3rdparty/Dropbox/Exception/Forbidden.php b/apps/files_external/3rdparty/Dropbox/Exception/Forbidden.php new file mode 100644 index 00000000000..5f0378cfc74 --- /dev/null +++ b/apps/files_external/3rdparty/Dropbox/Exception/Forbidden.php @@ -0,0 +1,18 @@ +<?php + +/** + * Dropbox Forbidden exception + * + * @package Dropbox + * @copyright Copyright (C) 2010 Rooftop Solutions. All rights reserved. + * @author Evert Pot (http://www.rooftopsolutions.nl/) + * @license http://code.google.com/p/dropbox-php/wiki/License MIT + */ + +/** + * This exception is thrown when we receive the 403 forbidden response + */ +class Dropbox_Exception_Forbidden extends Dropbox_Exception { + + +} |