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