Sha256: 397e74ebbb679aca96acb93ae6f5147efc2df0c8680ae81ba6370d1d0ea2e5ec
Contents?: true
Size: 371 Bytes
Versions: 18
Compression:
Stored size: 371 Bytes
Contents
package Moose::Exception::CoercionNeedsTypeConstraint; our $VERSION = '2.2203'; 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
18 entries across 9 versions & 1 rubygems