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.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/application/views/errors/cli/error_exception.php b/application/views/errors/cli/error_exception.php
index 0203cf467..efa6a66d1 100644
--- a/application/views/errors/cli/error_exception.php
+++ b/application/views/errors/cli/error_exception.php
@@ -2,10 +2,10 @@
An uncaught Exception was encountered
-Type: <?php echo get_class($exception), "\n"; ?>
-Message: <?php echo $message, "\n"; ?>
-Filename: <?php echo $exception->getFile(), "\n"; ?>
-Line Number: <?php echo $exception->getLine(), "\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): ?>