Skip to content
Snippets Groups Projects
Commit f81d8f76 authored by Ere Maijala's avatar Ere Maijala Committed by Demian Katz
Browse files

Normalize exception class.

parent 52a50556
Branches
Tags
No related merge requests found
......@@ -167,7 +167,7 @@ class Voyager extends AbstractBase
$this->error(
"PDO Connection failed ($this->dbName): " . $e->getMessage()
);
throw $e;
throw new ILSException($e->getMessage());
}
$this->useHoldingsSortGroups
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment