Config entry 'web_engine' renamed to 'output_class' (naming convention, we need to...
[core.git] / inc / classes / exceptions / main / class_FatalErrorException.php
index c790d2216ac8531d5a0aef5ee9584afd5117d490..dc150f9760be02ec917f43923732789f8d49a44b 100644 (file)
@@ -30,7 +30,6 @@ class FatalErrorException extends FrameworkException {
         * @return      void
         */
        public function __construct ($message, $code) {
-               die($message);
                // Call parent constructor
                parent::__construct($message, $code);
        }