public function printError(Exception $e) { $this->output('ERROR: ' . $e->getMessage(), self::COLOR_ERROR); throw $e; }
public function printError(Exception $e) { $this->output('ERROR: ' . htmlspecialchars($e->getMessage()), 'error'); throw $e; }