mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-08-29 14:28:47 +02:00
feat: improve error handling (#2902)
This commit is contained in:
parent
c992bcc8bf
commit
abc4af43b3
10 changed files with 180 additions and 254 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue