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