Files
phpvms/app/Exceptions/SettingNotFound.php
T

14 lines
153 B
PHP

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