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:
parent
88ccaaf3ac
commit
b82f1bd807
1 changed files with 17 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue