|
Lines 23-28
use Exception::Class (
Link Here
|
| 23 |
'Koha::Exceptions::Object' => { |
23 |
'Koha::Exceptions::Object' => { |
| 24 |
isa => 'Koha::Exceptions::Exception', |
24 |
isa => 'Koha::Exceptions::Exception', |
| 25 |
}, |
25 |
}, |
|
|
26 |
'Koha::Exceptions::Object::Dirty' => { |
| 27 |
isa => 'Koha::Exceptions::Object', |
| 28 |
description => "Dirty object passed to unblessed", |
| 29 |
fields => ['dirty_fields'] |
| 30 |
}, |
| 26 |
'Koha::Exceptions::Object::DuplicateID' => { |
31 |
'Koha::Exceptions::Object::DuplicateID' => { |
| 27 |
isa => 'Koha::Exceptions::Object', |
32 |
isa => 'Koha::Exceptions::Object', |
| 28 |
description => "Duplicate ID passed", |
33 |
description => "Duplicate ID passed", |