Sha256: e37b7a58620a83e667c7c0fae1e0580615b7d45a5bc1302753438eb6e113a37c
Contents?: true
Size: 338 Bytes
Versions: 14
Compression:
Stored size: 338 Bytes
Contents
package Moose::Exception::CouldNotLocateTypeConstraintForUnion; our $VERSION = '2.2206'; 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
14 entries across 7 versions & 1 rubygems