mirror of
https://github.com/alextselegidis/easyappointments.git
synced 2024-11-24 17:03:27 +03:00
PHP formatting
This commit is contained in:
parent
e86b01dada
commit
f7b2e60f95
2 changed files with 15 additions and 17 deletions
|
@ -8,12 +8,11 @@
|
||||||
?>
|
?>
|
||||||
|
|
||||||
<div style="
|
<div style="
|
||||||
border: 1px solid #dfdfdf;
|
border: 1px solid #dfdfdf;
|
||||||
margin: 0 0 10px 0;
|
margin: 0 0 10px 0;
|
||||||
padding: 15px;
|
padding: 15px;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
"
|
">
|
||||||
>
|
|
||||||
|
|
||||||
<h4>
|
<h4>
|
||||||
An uncaught Exception was encountered
|
An uncaught Exception was encountered
|
||||||
|
@ -26,7 +25,7 @@
|
||||||
<p>
|
<p>
|
||||||
<?= get_class($exception) ?>
|
<?= get_class($exception) ?>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<h6>
|
<h6>
|
||||||
Message
|
Message
|
||||||
</h6>
|
</h6>
|
||||||
|
@ -34,19 +33,19 @@
|
||||||
<p>
|
<p>
|
||||||
<?= $message ?>
|
<?= $message ?>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<h6>
|
<h6>
|
||||||
Filename
|
Filename
|
||||||
</h6>
|
</h6>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
<?= $exception->getFile() ?>
|
<?= $exception->getFile() ?>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<h6>
|
<h6>
|
||||||
Line Number
|
Line Number
|
||||||
</h6>
|
</h6>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
<?= $exception->getLine() ?>
|
<?= $exception->getLine() ?>
|
||||||
</p>
|
</p>
|
||||||
|
|
|
@ -8,12 +8,11 @@
|
||||||
?>
|
?>
|
||||||
|
|
||||||
<div style="
|
<div style="
|
||||||
border: 1px solid #dfdfdf;
|
border: 1px solid #dfdfdf;
|
||||||
margin: 0 0 10px 0;
|
margin: 0 0 10px 0;
|
||||||
padding: 15px;
|
padding: 15px;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
"
|
">
|
||||||
>
|
|
||||||
|
|
||||||
<h4>
|
<h4>
|
||||||
A PHP Error was encountered
|
A PHP Error was encountered
|
||||||
|
|
Loading…
Reference in a new issue