Marcus Ramberg > Catalyst-Runtime-5.7006 > Catalyst::Exception

Download:
Catalyst-Runtime-5.7006.tar.gz

Dependencies

Annotate this POD

CPAN RT

New  4
Open  7
Stalled  4
View Bugs
Report a bug
Source   Latest Release: Catalyst-Runtime-5.80013

NAME ^

Catalyst::Exception - Catalyst Exception Class

SYNOPSIS ^

   Catalyst::Exception->throw( qq/Fatal exception/ );

See also Catalyst.

DESCRIPTION ^

This is the Catalyst Exception class.

METHODS ^

throw( $message )

throw( message => $message )

throw( error => $error )

Throws a fatal exception.

AUTHOR ^

Sebastian Riedel, sri@cpan.org Christian Hansen, ch@ngmedia.com

COPYRIGHT ^

This program is free software, you can redistribute it and/or modify it under the same terms as Perl itself.