Perl x Open Food Facts Hackathon: Paris, France - May 24-25 Learn more

our $VERSION = '2.2203';
use Moose;
extends 'Moose::Exception';
sub _build_message {
my $self = shift;
"Cannot calculate native type for " . ref $self->instance;
}
__PACKAGE__->meta->make_immutable;
1;