The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

DBIx::Class::Exception - DBIC Exception Class

SYNOPSIS

   DBIx::Class::Exception->throw( qq/Fatal exception/ );

See also DBIx::Class.

DESCRIPTION

This is a generic Exception class for DBIx::Class. You can easily replace this with any mechanism implementing 'throw' by setting $DBix::Class::Exception::DBIC_EXCEPTION_CLASS

METHODS

throw( $message )
throw( message => $message )
throw( error => $error )

Throws a fatal exception.

AUTHOR

Marcus Ramberg <mramberg@cpan.org>

THANKS

Thanks to the Catalyst framework, where this module was borrowed from.

COPYRIGHT

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