diff options
Diffstat (limited to 'apps/files_external/3rdparty/Dropbox/Exception.php')
-rw-r--r-- | apps/files_external/3rdparty/Dropbox/Exception.php | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/apps/files_external/3rdparty/Dropbox/Exception.php b/apps/files_external/3rdparty/Dropbox/Exception.php deleted file mode 100644 index 50cbc4c7915..00000000000 --- a/apps/files_external/3rdparty/Dropbox/Exception.php +++ /dev/null @@ -1,15 +0,0 @@ -<?php - -/** - * Dropbox base 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 - */ - -/** - * Base exception class - */ -class Dropbox_Exception extends Exception { } |