Lines 33-38
use Exception::Class (
Link Here
|
33 |
description => "Foreign key constraint broken", |
33 |
description => "Foreign key constraint broken", |
34 |
fields => ['broken_fk', 'value'], |
34 |
fields => ['broken_fk', 'value'], |
35 |
}, |
35 |
}, |
|
|
36 |
'Koha::Exceptions::Object::FKConstraintDeletion' => { |
37 |
isa => 'Koha::Exceptions::Object', |
38 |
description => "Foreign key constraint broken on deleting resource", |
39 |
fields => [ 'column', 'fk', 'table', 'constraint' ], |
40 |
}, |
36 |
'Koha::Exceptions::Object::MethodNotFound' => { |
41 |
'Koha::Exceptions::Object::MethodNotFound' => { |
37 |
isa => 'Koha::Exceptions::Object', |
42 |
isa => 'Koha::Exceptions::Object', |
38 |
description => "Invalid method", |
43 |
description => "Invalid method", |