File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed
application/Views/errors/cli Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change 9
9
10
10
<?php if (defined ('SHOW_DEBUG_BACKTRACE ' ) && SHOW_DEBUG_BACKTRACE === TRUE ): ?>
11
11
12
- Backtrace:
13
- <?php foreach ($ exception ->getTrace () as $ error ): ?>
14
- <?php if (isset ($ error ['file ' ]) && strpos ( $ error [ ' file ' ], realpath ( BASEPATH )) !== 0 ): ?>
15
- File: <?php echo $ error ['file ' ], "\n" ; ?>
16
- Line: <?php echo $ error ['line ' ], "\n" ; ?>
17
- Function: <?php echo $ error ['function ' ], "\n\n" ; ?>
18
- <?php endif ?>
19
- <?php endforeach ?>
12
+ Backtrace:
13
+ <?php foreach ($ exception ->getTrace () as $ error ): ?>
14
+ <?php if (isset ($ error ['file ' ])): ?>
15
+ File: <?php echo $ error ['file ' ], "\n" ; ?>
16
+ Line: <?php echo $ error ['line ' ], "\n" ; ?>
17
+ Function: <?php echo $ error ['function ' ], "\n\n" ; ?>
18
+ <?php endif ?>
19
+ <?php endforeach ?>
20
20
21
21
<?php endif ?>
You can’t perform that action at this time.
0 commit comments