]> git.mxchange.org Git - core.git/blobdiff - application/tests/exceptions.php
Continued rewriting:
[core.git] / application / tests / exceptions.php
index da44cf5ecb6124ac63850ba2031013be4d1011b1..ea239eb594953aeb6cf3f8bfe2293ae4836192fc 100644 (file)
@@ -90,7 +90,7 @@ Backtrace:
                // Invalid exception instance detected! Do *only* throw exceptions that
                // extends our own exception 'FrameworkException' to get such nice
                // outputs like above.
-               print('exceptionInstance[]=' . gettype($exceptionInstance) . ' is invalid! Please inform the core developer team.');
+               print('exceptionInstance[]=' . gettype($exceptionInstance) . ' is invalid! Please inform the core developer team.' . PHP_EOL);
        }
 }