We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c15e46e commit da3300aCopy full SHA for da3300a
http.php
@@ -163,7 +163,7 @@ public function getResponse() { return $this->response; }
163
public function __toString()
164
{
165
$backtrace = $this->getTrace();
166
- return get_class($this) . ": [{$this->code}] {$this->message} in {$backtrace[0]['file']} on line {$backtrace[0]['line']}\n";
+ return get_class($this) . ": [{$this->code}] {$this->message} in {$backtrace[0]['file']} on line {$backtrace[0]['line']}";
167
}
168
169
0 commit comments