InvalidAuthCredentials.php 464 B

12345678910111213141516171819202122
  1. <?php
  2. namespace Luracast\Restler;
  3. /**
  4. * Special RestException for forcing the exception even when
  5. * in hybrid method
  6. *
  7. * @category Framework
  8. * @package Restler
  9. * @subpackage exception
  10. * @author R.Arul Kumaran <arul@luracast.com>
  11. * @copyright 2010 Luracast
  12. * @license http://www.opensource.org/licenses/lgpl-license.php LGPL
  13. * @link http://luracast.com/products/restler/
  14. *
  15. */
  16. class InvalidAuthCredentials extends RestException
  17. {
  18. }