PHP formatting

This commit is contained in:
alextselegidis 2021-11-17 09:28:35 +01:00
parent e86b01dada
commit f7b2e60f95
2 changed files with 15 additions and 17 deletions

View File

@ -8,12 +8,11 @@
?>
<div style="
border: 1px solid #dfdfdf;
margin: 0 0 10px 0;
padding: 15px;
font-size: 14px;
"
>
border: 1px solid #dfdfdf;
margin: 0 0 10px 0;
padding: 15px;
font-size: 14px;
">
<h4>
An uncaught Exception was encountered
@ -26,7 +25,7 @@
<p>
<?= get_class($exception) ?>
</p>
<h6>
Message
</h6>
@ -34,19 +33,19 @@
<p>
<?= $message ?>
</p>
<h6>
Filename
</h6>
<p>
<?= $exception->getFile() ?>
</p>
<h6>
Line Number
</h6>
<p>
<?= $exception->getLine() ?>
</p>

View File

@ -8,12 +8,11 @@
?>
<div style="
border: 1px solid #dfdfdf;
margin: 0 0 10px 0;
padding: 15px;
font-size: 14px;
"
>
border: 1px solid #dfdfdf;
margin: 0 0 10px 0;
padding: 15px;
font-size: 14px;
">
<h4>
A PHP Error was encountered