Sha256: 679a3fc1ce6ca7bb24546e06898cf66a3321e2d55291bee990f07409420ad8dc
Contents?: true
Size: 346 Bytes
Versions: 18
Compression:
Stored size: 346 Bytes
Contents
package Moose::Exception::NoDestructorClassSpecified; our $VERSION = '2.2203'; use Moose; extends 'Moose::Exception'; with 'Moose::Exception::Role::Class', 'Moose::Exception::Role::ParamsHash'; sub _build_message { "The 'inline_destructor' option is present, but no destructor class was specified"; } __PACKAGE__->meta->make_immutable; 1;
Version data entries
18 entries across 9 versions & 1 rubygems