use JSON ();
use Module::Load;
use Text::Tradition::Collation::Reading::WordForm;
+use Text::Tradition::Error;
=head1 NAME
$hash->{'wordform_matchlist'} = [ $self->matching_forms ] if $self->matches;
return $hash;
}
+
+sub throw {
+ Text::Tradition::Error->throw(
+ 'ident' => 'Lexeme error',
+ 'message' => $_[0],
+ );
+}
+
no Moose;
__PACKAGE__->meta->make_immutable;