Sha256: 2c780d9b250c7e4d2dae77ae56121aebe04a93fd8cb5f19d1a8ea8721c88e60b
Contents?: true
Size: 377 Bytes
Versions: 18
Compression:
Stored size: 377 Bytes
Contents
package Moose::Exception::IsaDoesNotDoTheRole; our $VERSION = '2.2203'; use Moose; extends 'Moose::Exception'; with 'Moose::Exception::Role::InvalidAttributeOptions'; sub _build_message { my $self = shift; "Cannot have an isa option and a does option if the isa does not do the does on attribute (".$self->attribute_name.")"; } __PACKAGE__->meta->make_immutable; 1;
Version data entries
18 entries across 9 versions & 1 rubygems