Refactor how errors are handled
This commit is contained in:
@@ -5,7 +5,9 @@
|
||||
|
||||
namespace App\Exceptions;
|
||||
|
||||
class SettingNotFound extends \Exception
|
||||
use Symfony\Component\HttpKernel\Exception\HttpException;
|
||||
|
||||
class SettingNotFound extends HttpException
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user