Sha256: 53d76d12d8b4c5ccdaf9faced59576b0f82397b6199f494ec25c5b4194ded2a3
Contents?: true
Size: 325 Bytes
Versions: 14
Compression:
Stored size: 325 Bytes
Contents
package Moose::Exception::CannotInlineTypeConstraintCheck; our $VERSION = '2.2206'; use Moose; extends 'Moose::Exception'; with 'Moose::Exception::Role::TypeConstraint'; sub _build_message { my $self = shift; 'Cannot inline a type constraint check for ' . $self->type_name; } __PACKAGE__->meta->make_immutable; 1;
Version data entries
14 entries across 7 versions & 1 rubygems