Sha256: 00de1141b165bb75ed1f7e7bfc512838465fea080021095034cec19975603eb2
Contents?: true
Size: 338 Bytes
Versions: 18
Compression:
Stored size: 338 Bytes
Contents
package Moose::Exception::CouldNotLocateTypeConstraintForUnion; our $VERSION = '2.2203'; use Moose; extends 'Moose::Exception'; with 'Moose::Exception::Role::TypeConstraint'; sub _build_message { my $self = shift; "Could not locate type constraint (".$self->type_name.") for the union"; } __PACKAGE__->meta->make_immutable; 1;
Version data entries
18 entries across 9 versions & 1 rubygems