/** * @param CException $e * @return bool|null */ public static function exceptionHandler(CException $e) { self::$trace = $e->getTrace(); self::errorHandler([5040, 'Exception: ' . $e->getMessage(), $e->getFile(), $e->getLine()]); return mfe::stopEngine(); }