Skip to content

Commit

Permalink
Add option for error handler
Browse files Browse the repository at this point in the history
  • Loading branch information
barryvdh authored Mar 31, 2017
1 parent c2bb740 commit 6b2f13f
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions config/debugbar.php
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,17 @@

'capture_ajax' => true,

/*
|--------------------------------------------------------------------------
| Custom Error Handler for Deprecated warnings
|--------------------------------------------------------------------------
|
| When enabled, the Debugbar shows deprecated warnings for Symfony components
| in the Messages tab.
|
*/
'error_handler' => false,

/*
|--------------------------------------------------------------------------
| Clockwork integration
Expand Down

0 comments on commit 6b2f13f

Please sign in to comment.