phpvms/app/Exceptions/SettingNotFound.php

14 lines
153 B
PHP
Raw Normal View History

<?php
/**
*
*/
namespace App\Exceptions;
2018-02-23 00:14:12 +08:00
use Symfony\Component\HttpKernel\Exception\HttpException;
class SettingNotFound extends HttpException
{
}