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

 view all matches for this distribution
 view release on metacpan -  search on metacpan

( run in 1.741 second using v1.00-cache-2.02-grep-82fe00e-cpan-b63e86051f13 )