X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=blobdiff_plain;f=lib%2FCatalyst%2FEngine.pm;h=8d1bdbe26012275a4eed9aaa9cb742baedee6166;hp=c0cdf1ebae34932efe1b944abb2ae36abf49f631;hb=6e5b548ecc3b047f6297daf874b65752cfba5909;hpb=eece41a2b27bdca624a6025d8a6055135e655e52 diff --git a/lib/Catalyst/Engine.pm b/lib/Catalyst/Engine.pm index c0cdf1e..8d1bdbe 100644 --- a/lib/Catalyst/Engine.pm +++ b/lib/Catalyst/Engine.pm @@ -96,7 +96,7 @@ sub finalize_cookies { =head2 $self->finalize_error($c) -Output an apropriate error message, called if there's an error in $c +Output an appropriate error message. Called if there's an error in $c after the dispatch has finished. Will output debug messages if Catalyst is in debug mode, or a `please come back later` message otherwise.