View | Details | Raw Unified | Return to bug 27249
Collapse All | Expand All

(-)a/Koha/Exceptions/Calendar.pm (-1 / +16 lines)
Lines 14-17 use Exception::Class ( Link Here
14
    },
14
    },
15
);
15
);
16
16
17
=head1 NAME
18
19
Koha::Exceptions::Calendar - Base class for calendar exceptions
20
21
=head1 Exceptions
22
23
=head2 Koha::Exceptions::Calendar
24
25
Generic calendar exception
26
27
=head2 Koha::Exceptions::Calendar::NoOpenDays
28
29
Exceptions to be used when no open days have been found
30
31
=cut
32
17
1;
33
1;
18
- 

Return to bug 27249