Fix undefined variable $ex
This commit is contained in:
parent
b8650be732
commit
211e518e16
|
@ -166,5 +166,5 @@ try {
|
|||
} catch (Exception $ex) {
|
||||
handleException($ex);
|
||||
} catch (Error $e) {
|
||||
handleException($ex);
|
||||
handleException($e);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue