Sha256: 4f2778fd17ca920b6fa2dbf8160b3a76e48e0995ba4caf6ca880824c8c66e76f
Contents?: true
Size: 411 Bytes
Versions: 14
Compression:
Stored size: 411 Bytes
Contents
package Moose::Exception::NoAttributeFoundInSuperClass; our $VERSION = '2.2206'; use Moose; extends 'Moose::Exception'; with 'Moose::Exception::Role::Class', 'Moose::Exception::Role::InvalidAttributeOptions'; sub _build_message { my $self = shift; "Could not find an attribute by the name of '".$self->attribute_name."' to inherit from in ".$self->class_name; } __PACKAGE__->meta->make_immutable; 1;
Version data entries
14 entries across 7 versions & 1 rubygems