X-Git-Url: https://git.mxchange.org/?p=core.git;a=blobdiff_plain;f=inc%2Fclasses%2Fexceptions%2Fmain%2Fclass_FatalErrorException.php;h=dc150f9760be02ec917f43923732789f8d49a44b;hp=c790d2216ac8531d5a0aef5ee9584afd5117d490;hb=90608b0a257489c8da469af16a96007093dc1ffa;hpb=749d4734a4eb3db7a98f1f2493752c7599e8776e diff --git a/inc/classes/exceptions/main/class_FatalErrorException.php b/inc/classes/exceptions/main/class_FatalErrorException.php index c790d221..dc150f97 100644 --- a/inc/classes/exceptions/main/class_FatalErrorException.php +++ b/inc/classes/exceptions/main/class_FatalErrorException.php @@ -30,7 +30,6 @@ class FatalErrorException extends FrameworkException { * @return void */ public function __construct ($message, $code) { - die($message); // Call parent constructor parent::__construct($message, $code); }