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   throw( message => $message )
19   throw( error => $error )
20       Throws a fatal exception.
21
22   meta
23       Provided by Moose
24

AUTHORS

26       Catalyst Contributors, see Catalyst.pm
27
29       This library is free software. You can redistribute it and/or modify it
30       under the same terms as Perl itself.
31
32
33
34perl v5.28.1                      2019-01-18            Catalyst::Exception(3)
Impressum