1Catalyst::Exception(3)User Contributed Perl DocumentationCatalyst::Exception(3)
2
3
4

NAME

6       Catalyst::Exception - Catalyst Exception Class
7

SYNOPSIS

9          Catalyst::Exception->throw( qq/Fatal exception/ );
10
11       See also Catalyst.
12

DESCRIPTION

14       This is the Catalyst Exception class.
15

METHODS

17       throw( $message )
18
19       throw( message => $message )
20
21       throw( error => $error )
22
23       Throws a fatal exception.
24

AUTHOR

26       Sebastian Riedel, "sri@cpan.org" Christian Hansen, "ch@ngmedia.com"
27
29       This program is free software, you can redistribute it and/or modify it
30       under the same terms as Perl itself.
31
32
33
34perl v5.8.8                       2007-09-20            Catalyst::Exception(3)
Impressum