I\'m trying to do the following:
try { // just an example $time = \'wrong datatype\'; $timestamp = date(\"Y-m-d H:i:s\", $time); } catch (Ex
catch(Throwable $e) works catch ( Throwable $e){ $msg = $e-> getMessage(); }
catch ( Throwable $e){ $msg = $e-> getMessage(); }