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

NAME

EntityModel::Error - generic error object

VERSION

version 0.012

DESCRIPTION

Uses some overload tricks and AUTOLOAD to allow chained method calls without needing to wrap in eval.

METHODS

new

Instantiate a new EntityModel::Error object. Takes the following parameters:

  • $parent - the parent error which raised this one

  • $msg - error message, string

  • $opt (optional) - hashref of options

AUTHOR

Tom Molesworth <cpan@entitymodel.com>

LICENSE

Copyright Tom Molesworth 2008-2011. Licensed under the same terms as Perl itself.