RequestToken.php 431 B

12345678910111213141516171819
  1. <?php
  2. /**
  3. * Dropbox RequestToken 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 an error occured during the request_token process.
  12. */
  13. class Dropbox_Exception_RequestToken extends Dropbox_Exception {
  14. }