现阶段已经可以开始对异常捕获做兼容处理
try { } catch (\Throwable $t) { } catch (\Exception $e) { }
以上代码可以正确捕获PHP56与PHP7所有可捕获异常;