X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=blobdiff_plain;f=lib%2FCatalyst%2FException%2FGo.pm;h=6be9efee147240c34855698a6f496c7c4314bdcb;hp=612be248f453a600aac5259d5a5e99f8a9de2c86;hb=47a979b4ea017267ee238e777e2959e6850280c0;hpb=196932def5cc8ade4af7e52b40cc61bd460ee69d diff --git a/lib/Catalyst/Exception/Go.pm b/lib/Catalyst/Exception/Go.pm index 612be24..6be9efe 100644 --- a/lib/Catalyst/Exception/Go.pm +++ b/lib/Catalyst/Exception/Go.pm @@ -12,3 +12,11 @@ has '+message' => ( __PACKAGE__->meta->make_immutable; 1; + +__END__ + +=head1 NAME + +Catalyst::Exception::Go - Exception for redispatching using $ctx->go() + +=cut