Sha256: 580909c96374ab5f22422507695ff50507f1c67b5e5655c49790fb1a02075589
Contents?: true
Size: 334 Bytes
Versions: 33
Compression:
Stored size: 334 Bytes
Contents
package Moose::Exception::CannotAugmentIfLocalMethodPresent; our $VERSION = '2.2207'; use Moose; extends 'Moose::Exception'; with 'Moose::Exception::Role::Class', 'Moose::Exception::Role::Method'; sub _build_message { "Cannot add an augment method if a local method is already present"; } __PACKAGE__->meta->make_immutable; 1;
Version data entries
33 entries across 21 versions & 1 rubygems