app/Exceptions/IllegalValue.php
<?php
namespace App\Exceptions;
/**
* Bad request exception class.
*
* @package App
*
* @copyright YetiForce S.A.
* @license YetiForce Public License 6.5 (licenses/LicenseEN.txt or yetiforce.com)
* @author Mariusz Krzaczkowski <m.krzaczkowski@yetiforce.com>
*/
class IllegalValue extends Security
{
}