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