DBIx-Class
view release on metacpan or search on metacpan
lib/DBIx/Class/Exception.pm view on Meta::CPAN
'DBIx::Class',
);
$msg = "${calling}${msg} ${ln}\n";
}
else {
$msg = Carp::longmess($msg);
}
my $self = { msg => $msg };
bless $self => $class;
die $self;
}
=head2 rethrow
This method provides some syntactic sugar in order to
re-throw exceptions.
=cut
( run in 0.414 second using v1.01-cache-2.11-cpan-3b35f9de6a3 )