Bug 18309: Add UNIMARC field 214 and its subfields
[koha.git] / Koha / Exceptions / Exception.pm
blob8955ea9e6ee9b910c7a3b4b9d450dc9e090dd949
1 package Koha::Exceptions::Exception;
3 use Modern::Perl;
5 # Looks like this class should be more Koha::Exception::Base;
6 use Exception::Class (
7 'Koha::Exceptions::Exception' => {
8 description => "Something went wrong!"
9 },