Forbidden.php 412 B

12345678910111213141516171819
  1. <?php
  2. /**
  3. * Dropbox Forbidden 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. * This exception is thrown when we receive the 403 forbidden response
  12. */
  13. class Dropbox_Exception_Forbidden extends Dropbox_Exception {
  14. }