phpvms/app/Exceptions/SettingNotFound.php
2018-02-20 22:33:09 -06:00

12 lines
91 B
PHP

<?php
/**
*
*/
namespace App\Exceptions;
class SettingNotFound extends \Exception
{
}