Sha256: 482b4b32a6d0363217a58e6804b2795f32595c613245a98d82a8e1f5469ca6eb
Contents?: true
Size: 363 Bytes
Versions: 18
Compression:
Stored size: 363 Bytes
Contents
package Moose::Exception::InvalidValueForIs; our $VERSION = '2.2203'; use Moose; extends 'Moose::Exception'; with 'Moose::Exception::Role::InvalidAttributeOptions'; sub _build_message { my $self = shift; "I do not understand this option (is => ".$self->params->{is}.") on attribute (".$self->attribute_name.")"; } __PACKAGE__->meta->make_immutable; 1;
Version data entries
18 entries across 9 versions & 1 rubygems