HOR-3687 observations

This commit is contained in:
Roly Rudy Gutierrez Pinto
2017-08-14 16:20:49 -04:00
parent a10a59a273
commit 53f524b8d5

View File

@@ -1651,7 +1651,7 @@ class Cases
}
}
return $caseVariable;
} catch (\Exception $e) {
} catch (Exception $e) {
throw $e;
}
}