run()); } catch (Throwable $ex) { // Show the details of the error echo "Error occurred in " . $ex->getFile() . ' (' . $ex->getLine() . '):' . $ex->getMessage(); // Exit with error code exit($ex->getCode()); }