man DBIx::Class::Exception () - DBIC Exception Class

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 CW$DBix::Class::Exception::DBIC_EXCEPTION_CLASS

METHODS

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.