mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
a23297ab63
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
6 lines
286 B
Text
6 lines
286 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.
|
|
|
|
Throwable is implemented with Moo, so you can stick to Moo or use Moose,
|
|
as you prefer.
|