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