HOR-3670
Fix use for Exception class.
This commit is contained in:
@@ -1649,7 +1649,7 @@ class Cases
|
||||
}
|
||||
}
|
||||
return $caseVariable;
|
||||
} catch (\Exception $e) {
|
||||
} catch (Exception $e) {
|
||||
throw $e;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user