phpvms/app/Exceptions/SettingNotFound.php

13 lines
92 B
PHP

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