mirror of
https://github.com/YunoHost-Apps/dolibarr_ynh.git
synced 2024-09-03 18:35:53 +02:00
20 lines
No EOL
400 B
PHP
20 lines
No EOL
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.0rc5
|
|
*/
|
|
class Invalid extends Exception
|
|
{
|
|
|
|
} |