Skip to content

Commit cbddd20

Browse files
committed
Prettifying exception type
1 parent 56e5f69 commit cbddd20

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/resources/views/types/exception.blade.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,16 @@
33
<b>File:</b> <code>{{ $exception->getFile() }}</code>
44
<b>Line:</b> <code>{{ $exception->getLine() }}</code>
55

6+
<code>_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-</code>
7+
68
@if (!empty($additionalData))
79
<b>Additional Data:</b>
810
@foreach ($additionalData as $key => $value)
911
<b>{{ $key }}:</b> <code>{{ $value }}</code>
1012
@endforeach
1113
@endif
1214

15+
---
1316
<code>_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-</code>
1417

1518
@if (!empty($requestParameters))

0 commit comments

Comments
 (0)