Sha256: adada3d62fea66f951261221540fdd06b8bb688241fb20e13b7758f2fd71e10a
Contents?: true
Size: 348 Bytes
Versions: 14
Compression:
Stored size: 348 Bytes
Contents
package Moose::Exception::IsaLacksDoesMethod; our $VERSION = '2.2206'; use Moose; extends 'Moose::Exception'; with 'Moose::Exception::Role::InvalidAttributeOptions'; sub _build_message { my $self = shift; "Cannot have an isa option which cannot ->does() on attribute (".$self->attribute_name.")"; } __PACKAGE__->meta->make_immutable; 1;
Version data entries
14 entries across 7 versions & 1 rubygems