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