Refactor how errors are handled

This commit is contained in:
Nabeel Shahzad
2018-02-22 10:14:12 -06:00
parent 5d2ef3a9d3
commit 487b7480af
2 changed files with 53 additions and 31 deletions

View File

@@ -5,7 +5,9 @@
namespace App\Exceptions;
class SettingNotFound extends \Exception
use Symfony\Component\HttpKernel\Exception\HttpException;
class SettingNotFound extends HttpException
{
}