blob: a52fa4d66eab94903d8727c9802d86dd807a6425 (
plain)
1
2
3
4
5
|
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.
Author: Ricardo Signes <rjbs@cpan.org>
|