phpvms/app/Exceptions/SettingNotFound.php

14 lines
201 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
* @package App\Exceptions
*/
2018-02-23 00:14:12 +08:00
class SettingNotFound extends HttpException
{
}