ad4f267b7a
search.cpan.org is shutting down. It will redirect to metacpan.org after June 25, 2018. With hat: perl
5 lines
242 B
Text
5 lines
242 B
Text
Throwable is a role for classes that are meant to be thrown as exceptions
|
|
to standard program flow. It is very simple and does only two things: saves
|
|
any previous value for $@ and calls die $self.
|
|
|
|
WWW: https://metacpan.org/release/Throwable
|