Files
dolibarr/htdocs/includes/restler/framework/Luracast/Restler/Data/Invalid.php
2016-04-21 08:13:19 +02:00

20 lines
400 B
PHP

<?php
namespace Luracast\Restler\Data;
use Exception;
/**
* Invalid Exception
*
* @category Framework
* @package Restler
* @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/
* @version 3.0.0rc6
*/
class Invalid extends Exception
{
}