|
Lines 22-28
use Koha::Exceptions::Exception;
Link Here
|
| 22 |
use Exception::Class ( |
22 |
use Exception::Class ( |
| 23 |
'Koha::Exceptions::Checkouts::ReturnClaims' => { |
23 |
'Koha::Exceptions::Checkouts::ReturnClaims' => { |
| 24 |
isa => 'Koha::Exceptions::Exception', |
24 |
isa => 'Koha::Exceptions::Exception', |
| 25 |
description => 'Something went wrong!', |
|
|
| 26 |
}, |
25 |
}, |
| 27 |
'Koha::Exceptions::Checkouts::ReturnClaims::NoCreatedBy' => { |
26 |
'Koha::Exceptions::Checkouts::ReturnClaims::NoCreatedBy' => { |
| 28 |
isa => 'Koha::Exceptions::Checkouts::ReturnClaims', |
27 |
isa => 'Koha::Exceptions::Checkouts::ReturnClaims', |