1Catalyst::Exception(3)User Contributed Perl DocumentationCatalyst::Exception(3)
2
3
4
6 Catalyst::Exception - Catalyst Exception Class
7
9 Catalyst::Exception->throw( qq/Fatal exception/ );
10
11 See also Catalyst.
12
14 This is the Catalyst Exception class.
15
17 throw( $message )
18 throw( message => $message )
19 throw( error => $error )
20 Throws a fatal exception.
21
22 meta
23 Provided by Moose
24
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.36.0 2023-01-20 Catalyst::Exception(3)