1
0
mirror of https://github.com/RSS-Bridge/rss-bridge.git synced 2025-07-30 21:30:14 +02:00

[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
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>