Sha256: c49373534c2e40f91fd5237c73fc2ae269b6a1d827b2fdbee4a264f7b791f0e4
Contents?: true
Size: 321 Bytes
Versions: 36
Compression:
Stored size: 321 Bytes
Contents
package Moose::Exception::CannotCreateHigherOrderTypeWithoutATypeParameter; our $VERSION = '2.2207'; use Moose; extends 'Moose::Exception'; with 'Moose::Exception::Role::TypeConstraint'; sub _build_message { "You cannot create a Higher Order type without a type parameter"; } __PACKAGE__->meta->make_immutable; 1;
Version data entries
36 entries across 24 versions & 1 rubygems