Throwable::X
file: code/Winxle::X 15: package Winxle::X::NotFound; 16: use Moose; 17: extends 'Winxle::X'; 18: use Throwable::X -all; 19: 20: has [qw(id class app)] => ( 21: is => 'ro', 22: traits => [Payload], 23: ); 24: 25: has '+http_status' => ( 26: default => 404, 27: );
refine the attribute default