From 93dc736ee27b6d7026f98997164a93813dc9a20c Mon Sep 17 00:00:00 2001 From: Fridolin Somers Date: Thu, 29 Nov 2018 14:56:38 +0100 Subject: [PATCH] Bug 21116: (RMaint follow-up) do not use Koha::Exceptions::Exception --- Koha/Exceptions/Plugin.pm | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Koha/Exceptions/Plugin.pm b/Koha/Exceptions/Plugin.pm index fafd838136..52a3e02abe 100644 --- a/Koha/Exceptions/Plugin.pm +++ b/Koha/Exceptions/Plugin.pm @@ -18,6 +18,9 @@ package Koha::Exceptions::Plugin; use Modern::Perl; use Exception::Class ( + 'Koha::Exceptions::Plugin' => { + description => 'Something went wrong!' + }, 'Koha::Exceptions::Plugin::ForbiddenAction' => { isa => 'Koha::Exceptions::Plugin', description => 'The plugin is trying to do something it is not allowed to' -- 2.39.5