Bitcoin-Crypto
view release on metacpan or search on metacpan
lib/Bitcoin/Crypto/Exception.pm view on Meta::CPAN
=head3 message
The wrapped error message (a string). Note: this is the raw message,
not the serialized form like in L</as_string>.
=head3 caller
B<Not assignable in the constructor>
An array ref containing: package name, file name and line number (same
as C<[caller()]> perl expression). It will point to the first place from
outside Bitcoin::Crypto which called it. May be undefined if it cannot find a
calling source.
=head2 Methods
=head3 new
$runner = Bitcoin::Crypto::Exception->new(%data)
This is a standard Moo constructor, which can be used to create the object. It
( run in 0.356 second using v1.01-cache-2.11-cpan-a9ef4e587e4 )