]> git.mxchange.org Git - shipsimu.git/blobdiff - inc/classes/exceptions/main/class_FatalErrorException.php
CAPTCHA support basicly finished (weak CAPTCHA!)
[shipsimu.git] / inc / classes / exceptions / main / class_FatalErrorException.php
index b9bc2178af453060dfd5c56011f25a5ea33f60db..b7ac3d04a18fefb786e69a695f95b7321eeddfcc 100644 (file)
@@ -25,11 +25,12 @@ class FatalErrorException extends FrameworkException {
        /**
         * The constructor
         *
-        * @param               $message                Message from the exception
-        * @param               $code           Code number for the exception
+        * @param       $message        Message from the exception
+        * @param       $code           Code number for the exception
         * @return      void
         */
        public function __construct ($message, $code) {
+               die($message);
                // Call parent constructor
                parent::__construct($message, $code);
        }