jenssegers / laravel-rollbar

Rollbar error monitoring integration for Laravel projects
329 stars 99 forks source link

Updated readme.md #76

Closed jnbn closed 7 years ago

jnbn commented 7 years ago

Updated Exception Handler example code with default code. (Changed $e with $exception)

(Laravel 5.4)

drbyte commented 7 years ago

Ya, $e was changed to $exception in Laravel 5.3.

It's unfortunate that the variable name was changed, as it does make this way of implementing a little less clear if someone doesn't grok the need to look and see what variable name to pass, if they're using a different version of Laravel than what the docs here are intended for.

drbyte commented 7 years ago

But, in some ways this PR is a duplicate of #63