Working on exception handling. WIP.

This commit is contained in:
Taylor Otwell
2014-11-03 16:45:26 -06:00
parent 3c614ac5d6
commit 1209ce7657
4 changed files with 74 additions and 2 deletions

View File

@@ -36,6 +36,11 @@ $app->singleton(
'App\Console\Kernel'
);
$app->singleton(
'Illuminate\Contracts\Debug\ExceptionHandler',
'App\Infrastructure\ExceptionHandler'
);
/*
|--------------------------------------------------------------------------
| Return The Application