Lines 30-33
use Exception::Class (
Link Here
|
30 |
}, |
30 |
}, |
31 |
); |
31 |
); |
32 |
|
32 |
|
|
|
33 |
=head1 NAME |
34 |
|
35 |
Koha::Exceptions::CirculationRule - Base class for CirculationRule exceptions |
36 |
|
37 |
=head1 Exceptions |
38 |
|
39 |
=head2 Koha::Exceptions::CirculationRule |
40 |
|
41 |
Generic CirculationRule exception |
42 |
|
43 |
=head2 Koha::Exceptions::CirculationRule::NotDecimal |
44 |
|
45 |
Exception to be used when an attempt is made to insert a non-decimal value into |
46 |
a monetary rule. |
47 |
|
48 |
=cut |
49 |
|
33 |
1; |
50 |
1; |
34 |
- |
|
|