Sha256: b8245af36148b60aa6437f78704a0dc2d4dfaef7c14f39b5cc2aa904493a1541
Contents?: true
Size: 371 Bytes
Versions: 14
Compression:
Stored size: 371 Bytes
Contents
package Moose::Exception::CoercionNeedsTypeConstraint; our $VERSION = '2.2206'; use Moose; extends 'Moose::Exception'; with 'Moose::Exception::Role::InvalidAttributeOptions'; sub _build_message { my $self = shift; "You cannot have coercion without specifying a type constraint on attribute (".$self->attribute_name.")"; } __PACKAGE__->meta->make_immutable; 1;
Version data entries
14 entries across 7 versions & 1 rubygems