X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=blobdiff_plain;f=lib%2FCatalyst%2FManual%2FCookbook.pod;h=db585290a07bb7d7adfc1e8e8a942a6f3bae4134;hp=4b370c8a0b4f52216dff76dcb830a5c03f7e2427;hb=f63c03e47ae0278e50d513b90ecbbdfd67d1a021;hpb=e112461ad1af391bfdc158350bba343a2624c892 diff --git a/lib/Catalyst/Manual/Cookbook.pod b/lib/Catalyst/Manual/Cookbook.pod index 4b370c8..db58529 100644 --- a/lib/Catalyst/Manual/Cookbook.pod +++ b/lib/Catalyst/Manual/Cookbook.pod @@ -608,8 +608,8 @@ Cat app as C. By default, Catalyst will display its own error page whenever it encounters an error in your application. When running under C<-Debug> mode, the error page is a useful screen including the error message and -a full Data::Dumper output of the C<$c> context object. When not in -C<-Debug>, users see a simple "Please come back later" screen. +L output of the relevant parts of the C<$c> context object. +When not in C<-Debug>, users see a simple "Please come back later" screen. To use a custom error page, use a special C method to short-circuit the error processing. The following is an example; you might want to