From 312b0cd23c22308fbee656442f3254c2f1349baf Mon Sep 17 00:00:00 2001 From: Julian Maurice Date: Tue, 10 Oct 2023 11:53:00 +0200 Subject: [PATCH] Bug 27249: Add missing POD for Koha::Exceptions::Calendar Signed-off-by: Katrin Fischer Signed-off-by: Tomas Cohen Arazi (cherry picked from commit 9e2a258f6f6213629c33bbc838b4fbac5366c544) Signed-off-by: Fridolin Somers (cherry picked from commit 1ddb79448ce1655005e322118bcedda4b86b567f) Signed-off-by: Matt Blenkinsop --- Koha/Exceptions/Calendar.pm | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/Koha/Exceptions/Calendar.pm b/Koha/Exceptions/Calendar.pm index cdb632a195..ca088526d2 100644 --- a/Koha/Exceptions/Calendar.pm +++ b/Koha/Exceptions/Calendar.pm @@ -14,4 +14,20 @@ use Exception::Class ( }, ); +=head1 NAME + +Koha::Exceptions::Calendar - Base class for calendar exceptions + +=head1 Exceptions + +=head2 Koha::Exceptions::Calendar + +Generic calendar exception + +=head2 Koha::Exceptions::Calendar::NoOpenDays + +Exceptions to be used when no open days have been found + +=cut + 1; -- 2.20.1