Lines 50-55
use Exception::Class (
Link Here
|
50 |
isa => 'Koha::Exceptions::Exception', |
50 |
isa => 'Koha::Exceptions::Exception', |
51 |
description => 'Koha is under maintenance.' |
51 |
description => 'Koha is under maintenance.' |
52 |
}, |
52 |
}, |
|
|
53 |
'Koha::Exceptions::UnknownProgramState' => { |
54 |
isa => 'Koha::Exceptions::Exception', |
55 |
description => 'The running program has done something terribly unpredicatable', |
56 |
}, |
53 |
# Virtualshelves exceptions |
57 |
# Virtualshelves exceptions |
54 |
'Koha::Exceptions::Virtualshelves::DuplicateObject' => { |
58 |
'Koha::Exceptions::Virtualshelves::DuplicateObject' => { |
55 |
isa => 'Koha::Exceptions::DuplicateObject', |
59 |
isa => 'Koha::Exceptions::DuplicateObject', |
56 |
- |
|
|