DBIx-Class
view release on metacpan - search on metacpan
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
view all matches for this distributionview release on metacpan - search on metacpan
( run in 1.422 second using v1.00-cache-2.02-grep-82fe00e-cpan-a086c87fca4 )