Fix undefined variable $ex
This commit is contained in:
+1
-1
@@ -166,5 +166,5 @@ try {
|
||||
} catch (Exception $ex) {
|
||||
handleException($ex);
|
||||
} catch (Error $e) {
|
||||
handleException($ex);
|
||||
handleException($e);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user