X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FCatalyst%2FException%2FGo.pm;h=f7d736213cc94b2ad5d124a2bd95ba4ffe66d5f3;hb=163b3de6693e8c44dbe24cfc79cc3cf300610ed8;hp=e4e50a3bf8379adafedb3665261a2634252778d4;hpb=b6c6af73c35c442dea0ed179bfc6c73c49f6fc3e;p=catagits%2FCatalyst-Runtime.git diff --git a/lib/Catalyst/Exception/Go.pm b/lib/Catalyst/Exception/Go.pm index e4e50a3..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