Use Laravel-Exceptions

This commit is contained in:
James Brooks
2015-03-30 21:44:32 +01:00
parent f6c4f3df27
commit 64f5c23546
4 changed files with 125 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
<?php namespace CachetHQ\Cachet\Exceptions;
use Exception;
use Illuminate\Foundation\Exceptions\Handler as ExceptionHandler;
use GrahamCampbell\Exceptions\ExceptionHandler as ExceptionHandler;
use Illuminate\Support\Facades\Response;
class Handler extends ExceptionHandler