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