Bug 24593: Rewrite marc21_default_matching_rules to YAML
[koha.git] / Koha / Exceptions / Elasticsearch.pm
blobd4fd589fbff3602792d2b897671a51056c4252d4
1 package Koha::Exceptions::Elasticsearch;
3 use Modern::Perl;
5 use Exception::Class (
7 'Koha::Exceptions::Elasticsearch' => {
8 description => 'Something went wrong!',
9 },
10 'Koha::Exceptions::Elasticsearch::MARCFieldExprParseError' => {
11 isa => 'Koha::Exceptions::Elasticsearch',
12 description => 'Parse error while processing MARC field expression in mapping',