summaryrefslogtreecommitdiffstats
path: root/application/views/errors/cli/error_exception.php
diff options
context:
space:
mode:
Diffstat (limited to 'application/views/errors/cli/error_exception.php')
-rw-r--r--application/views/errors/cli/error_exception.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/application/views/errors/cli/error_exception.php b/application/views/errors/cli/error_exception.php
index f7097c762..efa6a66d1 100644
--- a/application/views/errors/cli/error_exception.php
+++ b/application/views/errors/cli/error_exception.php
@@ -2,9 +2,9 @@
An uncaught Exception was encountered
-Type: <?php echo get_class($exception), "\n"; ?>
-Message: <?php echo $message, "\n"; ?>
-Filename: <?php echo $exception->getFile(), "\n"; ?>
+Type: <?php echo get_class($exception), "\n"; ?>
+Message: <?php echo $message, "\n"; ?>
+Filename: <?php echo $exception->getFile(), "\n"; ?>
Line Number: <?php echo $exception->getLine(); ?>
<?php if (defined('SHOW_DEBUG_BACKTRACE') && SHOW_DEBUG_BACKTRACE === TRUE): ?>