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