Catalyst::Exception.3pm

Langue: en

Version: 2009-02-04 (fedora - 05/07/09)

Section: 3 (Bibliothèques de fonctions)

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 )


throw( message => $message )


throw( message => $message )


throw( error => $error )


throw( error => $error )

Throws a fatal exception.

AUTHORS

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