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

(-)a/Koha/Exceptions/ArticleRequest.pm (-4 / +2 lines)
Lines 37-46 Koha::Exceptions::ArticleRequest - Base class for ArticleRequest exceptions Link Here
37
37
38
Generic ArticleRequest exception
38
Generic ArticleRequest exception
39
39
40
=head2 Koha::Exceptions::ArticleRequest::IsNotCredit
40
=head2 Koha::Exceptions::ArticleRequest::LimitReached
41
41
42
Exception to be used when an action on an account line requires it to be a
42
Exception to be used when the article request limit has been reached.
43
credit and it isn't.
44
43
45
=cut
44
=cut
46
45
47
- 

Return to bug 27945