From bdb94784a938bdb61e478be26ba56dfd03b99d9a Mon Sep 17 00:00:00 2001 From: Fridolin Somers Date: Thu, 29 Nov 2018 14:41:54 +0100 Subject: [PATCH] Bug 21116: (RMaint follow-up) do not use Koha::Exceptions::Exception --- Koha/Exceptions/Plugin.pm | 5 ----- 1 file changed, 5 deletions(-) diff --git a/Koha/Exceptions/Plugin.pm b/Koha/Exceptions/Plugin.pm index 534874484b..fafd838136 100644 --- a/Koha/Exceptions/Plugin.pm +++ b/Koha/Exceptions/Plugin.pm @@ -17,12 +17,7 @@ package Koha::Exceptions::Plugin; use Modern::Perl; -use Koha::Exceptions::Exception; - use Exception::Class ( - 'Koha::Exceptions::Plugin' => { - isa => 'Koha::Exceptions::Exception', - }, 'Koha::Exceptions::Plugin::ForbiddenAction' => { isa => 'Koha::Exceptions::Plugin', description => 'The plugin is trying to do something it is not allowed to' -- 2.39.5