Bug 33028: (follow-up) Add POD to new Exception

Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
This commit is contained in:
Martin Renvoize 2023-07-19 11:26:59 +01:00 committed by Tomas Cohen Arazi
parent 88ccaaf3ac
commit b82f1bd807
Signed by: tomascohen
GPG key ID: 0A272EA1B2F3C15F

View file

@ -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;