|
Lines 32-38
use Exception::Class (
Link Here
|
| 32 |
'Koha::Exceptions::Patron::Relationship::InvalidRelationship' => { |
32 |
'Koha::Exceptions::Patron::Relationship::InvalidRelationship' => { |
| 33 |
isa => 'Koha::Exceptions::Patron::Relationship', |
33 |
isa => 'Koha::Exceptions::Patron::Relationship', |
| 34 |
description => 'The specified relationship is invalid', |
34 |
description => 'The specified relationship is invalid', |
| 35 |
fields => [ 'relationship', 'no_relationship', 'invalid_guarantor', 'child_guarantor', 'guarantor_cant_have_guarantors', 'guarantor' ], |
35 |
fields => [ |
|
|
36 |
'relationship', 'no_relationship', 'invalid_guarantor', 'child_guarantor', |
| 37 |
'guarantor_cant_have_guarantors', 'guarantor' |
| 38 |
], |
| 36 |
}, |
39 |
}, |
| 37 |
'Koha::Exceptions::Patron::Relationship::NoGuarantor' => { |
40 |
'Koha::Exceptions::Patron::Relationship::NoGuarantor' => { |
| 38 |
isa => 'Koha::Exceptions::Patron::Relationship', |
41 |
isa => 'Koha::Exceptions::Patron::Relationship', |