dolibarr/htdocs/includes/restler/framework/Luracast/Restler/InvalidAuthCredentials.php

22 lines
464 B
PHP
Raw Normal View History

2016-04-21 08:13:19 +02:00
<?php
namespace Luracast\Restler;
/**
* Special RestException for forcing the exception even when
* in hybrid method
*
* @category Framework
* @package Restler
* @subpackage exception
* @author R.Arul Kumaran <arul@luracast.com>
* @copyright 2010 Luracast
* @license http://www.opensource.org/licenses/lgpl-license.php LGPL
* @link http://luracast.com/products/restler/
*
2016-04-21 08:13:19 +02:00
*/
class InvalidAuthCredentials extends RestException
{
}