Lines 37-42
use Exception::Class (
Link Here
|
37 |
isa => 'Koha::Exception', |
37 |
isa => 'Koha::Exception', |
38 |
description => 'The object have not been created', |
38 |
description => 'The object have not been created', |
39 |
}, |
39 |
}, |
|
|
40 |
'Koha::Exceptions::RelatedObjectNotFound' => { |
41 |
isa => 'Koha::Exception', |
42 |
description => 'The requested related object does not exist', |
43 |
fields => [ 'accessor', 'class' ], |
44 |
}, |
40 |
'Koha::Exceptions::CannotDeleteDefault' => { |
45 |
'Koha::Exceptions::CannotDeleteDefault' => { |
41 |
isa => 'Koha::Exception', |
46 |
isa => 'Koha::Exception', |
42 |
description => 'The default value cannot be deleted' |
47 |
description => 'The default value cannot be deleted' |
43 |
- |
|
|