1
0

Exception.php 341 B

123456789101112131415
  1. <?php
  2. /**
  3. * Dropbox base exception
  4. *
  5. * @package Dropbox
  6. * @copyright Copyright (C) 2010 Rooftop Solutions. All rights reserved.
  7. * @author Evert Pot (http://www.rooftopsolutions.nl/)
  8. * @license http://code.google.com/p/dropbox-php/wiki/License MIT
  9. */
  10. /**
  11. * Base exception class
  12. */
  13. class Dropbox_Exception extends Exception { }