]> git.mxchange.org Git - friendica.git/blobdiff - view/templates/exception.tpl
Throw an exception when parse_url fails in HttpClient->request
[friendica.git] / view / templates / exception.tpl
index ad1a15f878b51fd607b2879cc36750c3a2db9518..3499a5cb158417520f01f61ac21184ce8059db0f 100644 (file)
@@ -7,6 +7,9 @@
 {{$stack_trace}}
 {{$trace}}</pre>
 {{/if}}
+{{if $request_id}}
+       <pre>Request: {{$request_id}}</pre>
+{{/if}}
 {{if $back}}
        <p><button type="button" onclick="window.history.back()" class="btn btn-primary">{{$back}}</button></p>
 {{/if}}