\n" . "\n" . "\t\n" . ""; } /** * @param $message * @param \Exception|\Throwable $exception * @return string */ public function renderException($message, $exception) { return '' . "\n" . "\n" . "\t\n" . ""; } public function sendHeader() { Common::sendHeader('Content-Type: text/xml; charset=utf-8'); } }