Sha256: f7a6a1d32f3bc02a529e295bd5d368973ebff04d540aab6de3963f497277abf3
Contents?: true
Size: 280 Bytes
Versions: 38
Compression:
Stored size: 280 Bytes
Contents
package Moose::Exception::InitMetaRequiresClass; our $VERSION = '2.2207'; use Moose; extends 'Moose::Exception'; with 'Moose::Exception::Role::ParamsHash'; sub _build_message { "Cannot call init_meta without specifying a for_class"; } __PACKAGE__->meta->make_immutable; 1;
Version data entries
38 entries across 26 versions & 1 rubygems