Bug 29093: DBIC schema changes
[koha-ffzg.git] / Koha / AuthorisedValueCategory.pm
index d2c196d..e14129f 100644 (file)
@@ -17,10 +17,9 @@ package Koha::AuthorisedValueCategory;
 
 use Modern::Perl;
 
-use Carp;
 
 use Koha::Database;
-use Koha::Exceptions::CannotDeleteDefault;
+use Koha::Exceptions;
 
 use base qw(Koha::Object);