Files
Laurent Destailleur 578a1ef568 Clean files
2026-01-07 19:01:54 +01:00

21 lines
380 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/
*
*/
class Invalid extends Exception
{
}