handleRun(); } catch (\Exception $exception) { $this->callException($exception); $this->output->error($exception->getMessage()); } $diff = microtime(true) - $start; Helper::add_log('run-end', 'Console', static::class, [ 'runtime' => $diff ], '', $diff); } }