X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FCatalyst%2FException%2FGo.pm;h=f7d736213cc94b2ad5d124a2bd95ba4ffe66d5f3;hb=ddcd2fc4728111853841078cc5d9a117b993ea96;hp=48f90aaee2f99189929ca1c176e906961f54cbca;hpb=a62b43cd084495c7d73cd666e51d70598f63f540;p=catagits%2FCatalyst-Runtime.git diff --git a/lib/Catalyst/Exception/Go.pm b/lib/Catalyst/Exception/Go.pm index 48f90aa..f7d7362 100644 --- a/lib/Catalyst/Exception/Go.pm +++ b/lib/Catalyst/Exception/Go.pm @@ -19,28 +19,27 @@ __END__ Catalyst::Exception::Go - Exception for redispatching using $ctx->go() -=head1 SYNOPSIS - - Do not use this class directly, instead you should use the singleton instance - found in $Catalyst::GO; - - E.g. die $Catalyst::GO; - -See also L and L. - =head1 DESCRIPTION This is the class for the Catalyst Exception which is thrown then you call -C<< $c->go() >>. There should be a singleton instance of this class in the -C<< $Catalyst::DETACH >> global variable. +C<< $c->go() >>. -Users should never need to know or care about this exception, please just use -C<< $c->detach >> +This class is not intended to be used directly by users. =head2 meta Provided by Moose +=head1 SEE ALSO + +=over 4 + +=item L + +=item L + +=back + =head1 AUTHORS Catalyst Contributors, see Catalyst.pm