[prtester] improvements and fixes for prtester (#3721)

This commit is contained in:
User123698745 2023-09-30 22:09:59 +02:00 committed by GitHub
parent 6cf9dfb7c9
commit d822d666c7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 49 additions and 17 deletions

View file

@ -60,7 +60,7 @@
<h2>Details</h2>
<div style="margin-bottom: 15px">
<div>
<div class="error-type">
<strong>Type:</strong> <?= e(get_class($e)) ?>
</div>
@ -68,7 +68,7 @@
<strong>Code:</strong> <?= e($e->getCode()) ?>
</div>
<div>
<div class="error-message">
<strong>Message:</strong> <?= e(sanitize_root($e->getMessage())) ?>
</div>