]> git.mxchange.org Git - core.git/blobdiff - inc/classes/exceptions/main/class_FatalErrorException.php
Copyright year updated, converted double->single quotes
[core.git] / inc / classes / exceptions / main / class_FatalErrorException.php
index 2c4b880b2abf9490d91979240fbf96cb5be45b0d..a519ec54468fa4d1a4a902b38cd3449cd4553d8b 100644 (file)
@@ -2,11 +2,11 @@
 /**
  * An exception thrown when a "fatal" error has been captured by an error handler
  *
- * @author             Roland Haeder <webmaster@ship-simu.org>
+ * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
- * @copyright  Copyright (c) 2007, 2008 Roland Haeder, this is free software
+ * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2013 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);
        }