#!/usr/bin/env php run(); exit($exitCode); } catch (\Throwable $ex) { if (null === DatabaseHelper::handleConnectionErrors($ex)) { throw $ex; } }