mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-10-09 22:06:48 +02:00
feat: improve error handling (#2902)
This commit is contained in:
@@ -1,9 +1,19 @@
|
||||
<section>
|
||||
<h2>Something went wrong</h2>
|
||||
<div style="width: 60%; margin: 30px auto">
|
||||
|
||||
<h1>Something went wrong</h1>
|
||||
<br>
|
||||
<?= e($message) ?>
|
||||
<br>
|
||||
<br>
|
||||
|
||||
<p>
|
||||
<?= e($message) ?>
|
||||
</p>
|
||||
<?php if (isset($stacktrace)): ?>
|
||||
<?php foreach ($stacktrace as $frame) : ?>
|
||||
<code>
|
||||
<?= e($frame) ?>
|
||||
</code>
|
||||
<br>
|
||||
<?php endforeach; ?>
|
||||
<?php endif; ?>
|
||||
|
||||
</div>
|
||||
|
||||
</section>
|
||||
|
Reference in New Issue
Block a user