Skip to content

Commit

Permalink
made a few more refinements to the exception and not_found recipe
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Oct 18, 2011
1 parent bcebcdb commit 687fe3d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions lib/Mojolicious/Guides/Rendering.pod
Expand Up @@ -617,9 +617,8 @@ While the built-in C<exception> and C<not_found> templates are very useful
during development, you most likely want to show your users something more
related to your application in production.
That's why L<Mojolicious> will always try to render
C<exception.$mode.$format.*>/C<not_found.$mode.$format.*> or
C<exception.$format.*>/C<not_found.$format.*> before falling back to the
built-in default templates.
C<exception.$mode.$format.*> or C<not_found.$mode.$format.*> before falling
back to the built-in default templates.

@@ exception.production.html.ep
<!doctype html><html>
Expand Down

0 comments on commit 687fe3d

Please sign in to comment.