X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=inc%2Fclasses%2Fexceptions%2Fmain%2Fclass_FatalErrorException.php;h=e1cb858d8dd798f980fb00d1186f3915753ab85d;hb=66e68715d3d5a5e7fd5a3046471914ef3f9dd4b4;hp=7465ec3a231d26f34ced47604105772177ee4ef4;hpb=361e6320e50a8bb1a3ccb675388b8042361669ae;p=core.git diff --git a/inc/classes/exceptions/main/class_FatalErrorException.php b/inc/classes/exceptions/main/class_FatalErrorException.php index 7465ec3a..e1cb858d 100644 --- a/inc/classes/exceptions/main/class_FatalErrorException.php +++ b/inc/classes/exceptions/main/class_FatalErrorException.php @@ -2,11 +2,11 @@ /** * An exception thrown when a "fatal" error has been captured by an error handler * - * @author Roland Haeder + * @author Roland Haeder * @version 0.0.0 - * @copyright Copyright (c) 2007 - 2009 Roland Haeder, this is free software + * @copyright Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2012 Core Developer Team * @license GNU GPL 3.0 or any newer version - * @link http://www.ship-simu.org + * @link http://www.shipsimu.org * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -30,7 +30,6 @@ class FatalErrorException extends FrameworkException { * @return void */ public function __construct ($message, $code) { - die($message); // Call parent constructor parent::__construct($message, $code); }