X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FCatalyst%2FException%2FDetach.pm;h=88f42c107c4aa2be2aee9dc507e4fec9743a2246;hb=81436df99bdb4a0afd7367fb946c5481b483919d;hp=dbe35ff7babb0859a9ee33747b2e4b9dcdc8a028;hpb=a62b43cd084495c7d73cd666e51d70598f63f540;p=catagits%2FCatalyst-Runtime.git diff --git a/lib/Catalyst/Exception/Detach.pm b/lib/Catalyst/Exception/Detach.pm index dbe35ff..88f42c1 100644 --- a/lib/Catalyst/Exception/Detach.pm +++ b/lib/Catalyst/Exception/Detach.pm @@ -19,28 +19,27 @@ __END__ Catalyst::Exception::Detach - Exception for redispatching using $ctx->detach() -=head1 SYNOPSIS - - Do not use this class directly, instead you should use the singleton instance - found in $Catalyst::DETACH; - - E.g. die $Catalyst::DETACH - -See also L and L. - =head1 DESCRIPTION This is the class for the Catalyst Exception which is thrown then you call -C<< $c->detach() >>. There should be a singleton instance of this class in the -C<< $Catalyst::DETACH >> global variable. +C<< $c->detach() >>. -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