libtry-tiny-byclass-perl

Selectively catch exceptions by class name
  https://metacpan.org/pod/Try::Tiny::ByClass
  0
  no reviews



This module is a simple wrapper around try::tiny, which see. it re-exports try, catch, and finally. in addition, it provides a way to catch only some exceptions by filtering on the class (including superclasses and consumed roles) of an exception object.