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