#!/usr/bin/env php run(); } catch (SPCException $e) { exit(ExceptionHandler::handleSPCException($e)); } catch (\Throwable $e) { exit(ExceptionHandler::handleDefaultException($e)); }