Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Exceptions handled by Bolt itself, should show the Exception. #1476

Closed
bobdenotter opened this issue Jun 14, 2020 · 0 comments · Fixed by #1477
Closed

Exceptions handled by Bolt itself, should show the Exception. #1476

bobdenotter opened this issue Jun 14, 2020 · 0 comments · Fixed by #1477

Comments

@bobdenotter
Copy link
Member

Exceptions handled by Bolt (currently 404's and 503's (for maintenance)) have the actual exception available in twig:

$twig->addGlobal('exception', $exception);

We should use these in the templates:

{{ exception.message }}
{{ dump(exception) }}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant