Bug 19542: Add a check for ES configuration health
[koha.git] / Koha / Exceptions / Config.pm
blob14ae31524616ed269c16bb036ebdd297866d553d
1 package Koha::Exceptions::Config;
3 use Modern::Perl;
5 use Exception::Class (
7 'Koha::Exceptions::Config' => {
8 description => 'Something went wrong!',
9 },
10 'Koha::Exceptions::Config::MissingEntry' => {
11 isa => 'Koha::Exceptions::Config',
12 description => 'The required entry is missing in the configuration file'