| 1 | <?php |
||
| 13 | class ExceptionServiceProvider extends ServiceProvider |
||
| 14 | {
|
||
| 15 | /** |
||
| 16 | * Register bindings in the container. |
||
| 17 | * |
||
| 18 | * @return void |
||
| 19 | */ |
||
| 20 | public function register() |
||
| 27 | |||
| 28 | /** |
||
| 29 | * Register the Whoops error display service. |
||
| 30 | * |
||
| 31 | * @return void |
||
| 32 | */ |
||
| 33 | protected function registerWhoops() |
||
| 44 | |||
| 45 | /** |
||
| 46 | * Register the "pretty" Whoops handler. |
||
| 47 | * |
||
| 48 | * @return void |
||
| 49 | */ |
||
| 50 | protected function registerPrettyWhoopsHandler() |
||
| 59 | } |
||
| 60 |