phpvms/app/Exceptions/SettingNotFound.php

13 lines
174 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
*/
2018-02-23 00:14:12 +08:00
class SettingNotFound extends HttpException
{
}