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.230 second using v1.01-cache-2.11-cpan-65fba6d93b7 )