Bug 16371: Add needed Koha::Exception
[koha-ffzg.git] / Koha / Exceptions.pm
index cf56b22..c811b97 100644 (file)
@@ -50,6 +50,10 @@ use Exception::Class (
         isa => 'Koha::Exceptions::Exception',
         description => 'Koha is under maintenance.'
     },
+    'Koha::Exceptions::UnknownProgramState' => {
+        isa => 'Koha::Exceptions::Exception',
+        description => 'The running program has done something terribly unpredicatable',
+    },
     # Virtualshelves exceptions
     'Koha::Exceptions::Virtualshelves::DuplicateObject' => {
         isa => 'Koha::Exceptions::DuplicateObject',