NAME
EntityModel::Error - generic error object
VERSION
Version 0.016
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-2014. Licensed under the same terms as Perl itself.