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