diff options
Diffstat (limited to 'apps/files_external/3rdparty/Dropbox/Exception/RequestToken.php')
-rw-r--r-- | apps/files_external/3rdparty/Dropbox/Exception/RequestToken.php | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/apps/files_external/3rdparty/Dropbox/Exception/RequestToken.php b/apps/files_external/3rdparty/Dropbox/Exception/RequestToken.php deleted file mode 100644 index 5b117f2c6b0..00000000000 --- a/apps/files_external/3rdparty/Dropbox/Exception/RequestToken.php +++ /dev/null @@ -1,18 +0,0 @@ -<?php - -/** - * Dropbox RequestToken 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 an error occured during the request_token process. - */ -class Dropbox_Exception_RequestToken extends Dropbox_Exception { - - -} |