Sha256: 7d4bd694ec54e8c898c1affcd2f28c1293003e52b80dfcd05305a578c77e227d
Contents?: true
Size: 258 Bytes
Versions: 33
Compression:
Stored size: 258 Bytes
Contents
package Moose::Exception::CoercingWithoutCoercions; our $VERSION = '2.2207'; use Moose; extends 'Moose::Exception'; with 'Moose::Exception::Role::TypeConstraint'; sub _build_message { my $self = shift; "Cannot coerce without a type coercion"; } 1;
Version data entries
33 entries across 21 versions & 1 rubygems