Throwable::X
file: code/Winxle::X 1: package Winxle::X; 2: use Moose; 3: with qw(Throwable::X); 4: use Throwable::X -all; 5: 6: has [qw(http_status)] => ( 7: is => 'ro', 8: default => 400, 9: traits => [Payload], 10: );
add another attribute to the exception base class