Throwable::X
file: code/Winxle::X1 1: package Winxle::X; 2: use Moose; 3: with qw(Throwable::X); 4: use Throwable::X -all; 5: 6: no Moose; 7: __PACKAGE__->meta->make_immutable; 8: 9: package Winxle::X::NotFound; 10: use Moose; 11: extends 'Winxle::X'; 12: use Throwable::X -all; 13: 14: has [qw(id class app)] => ( 15: is => 'ro', 16: traits => [Payload], 17: ); 18:
two Exceptions classes