phpvms/app/Exceptions/SettingNotFound.php
2018-02-22 10:14:12 -06:00

14 lines
153 B
PHP

<?php
/**
*
*/
namespace App\Exceptions;
use Symfony\Component\HttpKernel\Exception\HttpException;
class SettingNotFound extends HttpException
{
}