Sha256: 106ce82ed4a8f21840fd9e46f2fbe0adf726b8de268bb3c9687e6d943dd2b889
Contents?: true
Size: 443 Bytes
Versions: 14
Compression:
Stored size: 443 Bytes
Contents
package Moose::Exception::Role::TypeConstraint; our $VERSION = '2.2206'; 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;
Version data entries
14 entries across 7 versions & 1 rubygems