Sha256: bc372d527adeea96814433b16ec20e17ef1fca13ffc93469284c1d1a5d45cbe5
Contents?: true
Size: 363 Bytes
Versions: 39
Compression:
Stored size: 363 Bytes
Contents
package Moose::Exception::InvalidValueForIs; our $VERSION = '2.2207'; 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
39 entries across 27 versions & 1 rubygems