Catalyst::Exception(3pm) | User Contributed Perl Documentation | Catalyst::Exception(3pm) |
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.
meta¶
Provided by Moose
AUTHORS¶
Catalyst Contributors, see Catalyst.pm
COPYRIGHT¶
This library is free software. You can redistribute it and/or modify it under the same terms as Perl itself.
2023-09-28 | perl v5.36.0 |