\x89\x50\x4E\x47\x0D\x0A\x1A\x0A PNG  \x89\x50\x4E\x47\x0D\x0A\x1A\x0A package Moose::Exception::Role::TypeConstraint; our $VERSION = '2.2011'; use Moose::Role; has 'type_name' => ( is => 'ro', isa => 'Str', required => 1, documentation => "This attribute can be used for fetching type constraint(Moose::Meta::TypeConstraint):\n". " my \$type_constraint = Moose::Util::TypeConstraints::find_type_constraint( \$exception->type_name );\n", ); 1;