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