1 package Koha
::Exceptions
::Config
;
7 'Koha::Exceptions::Config' => {
8 description
=> 'Something went wrong!',
10 'Koha::Exceptions::Config::MissingEntry' => {
11 isa
=> 'Koha::Exceptions::Config',
12 description
=> 'The required entry is missing in the configuration file'