Sha256: 8fcf6fec6f21da5be1975da03810d197087098584f9d4c44af30f1cbd5388ec6
Contents?: true
Size: 377 Bytes
Versions: 33
Compression:
Stored size: 377 Bytes
Contents
package Moose::Exception::IsaDoesNotDoTheRole; our $VERSION = '2.2207'; 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
33 entries across 21 versions & 1 rubygems