Sha256: 19c5bff382b880cfccbff334109a644414baab751b94f89df28056ded8d55483
Contents?: true
Size: 372 Bytes
Versions: 33
Compression:
Stored size: 372 Bytes
Contents
package Moose::Exception::CannotOverrideBodyOfMetaMethods; our $VERSION = '2.2207'; use Moose; extends 'Moose::Exception'; with 'Moose::Exception::Role::ParamsHash'; has 'class' => ( is => 'ro', isa => 'Str', required => 1 ); sub _build_message { "Overriding the body of meta methods is not allowed"; } __PACKAGE__->meta->make_immutable; 1;
Version data entries
33 entries across 21 versions & 1 rubygems