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