loadCommands(new ArgvInput(), new ConsoleOutput()); $application->run(); } catch (Exception $ex) { exceptionHandler($ex); } catch (Error $ex) { exceptionHandler($ex); }