From 10f1bc83bbcd4139329052ba091d75be07c09e39 Mon Sep 17 00:00:00 2001 From: Martin Renvoize Date: Wed, 19 Jul 2023 11:26:59 +0100 Subject: [PATCH] Bug 33028: (follow-up) Add POD to new Exception Signed-off-by: Martin Renvoize --- Koha/Exceptions/CirculationRule.pm | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/Koha/Exceptions/CirculationRule.pm b/Koha/Exceptions/CirculationRule.pm index a43d248a43..2d68a72c3d 100644 --- a/Koha/Exceptions/CirculationRule.pm +++ b/Koha/Exceptions/CirculationRule.pm @@ -30,4 +30,21 @@ use Exception::Class ( }, ); +=head1 NAME + +Koha::Exceptions::CirculationRule - Base class for CirculationRule exceptions + +=head1 Exceptions + +=head2 Koha::Exceptions::CirculationRule + +Generic CirculationRule exception + +=head2 Koha::Exceptions::CirculationRule::NotDecimal + +Exception to be used when an attempt is made to insert a non-decimal value into +a monetary rule. + +=cut + 1; -- 2.41.0