libthrowable-perl

Role for classes that can be thrown
  https://metacpan.org/release/Throwable
  0
  no reviews



Throwable is a role for classes that are meant to be thrown as exceptions to standard program flow. it automatically saves any previous value for $@ and calls die $self.