]> git.mxchange.org Git - shipsimu.git/blobdiff - inc/classes/exceptions/xml/class_InvalidXmlNodeException.php
Debug mailer finished and debug messages removed:
[shipsimu.git] / inc / classes / exceptions / xml / class_InvalidXmlNodeException.php
index 75a23535024894bd7a346794c3063d7e5b735273..d503ae6fb9d501619f0c0ad41e8609c63e72e08f 100644 (file)
@@ -4,7 +4,7 @@
  *
  * @author             Roland Haeder <webmaster@ship-simu.org>
  * @version            0.0.0
- * @copyright  Copyright(c) 2007, 2008 Roland Haeder, this is free software
+ * @copyright  Copyright (c) 2007, 2008 Roland Haeder, this is free software
  * @license            GNU GPL 3.0 or any newer version
  * @link               http://www.ship-simu.org
  *
  * GNU General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * along with this program.  If not, see <http://www.gnu.org/licenses/>.
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
  */
 class InvalidXmlNodeException extends FrameworkException {
        /**
         * The super constructor for all exceptions
         *
-        * @param               $classArray             Array holding the exception data
-        * @param               $code                   Error code
+        * @param       $classArray             Array holding the exception data
+        * @param       $code                   Error code
         * @return      void
         */
        public function __construct (array $classArray, $code) {
@@ -43,7 +43,6 @@ class InvalidXmlNodeException extends FrameworkException {
                        $classArray[1],
                        $attributes
                );
-               die($message);
 
                // Call parent exception constructor
                parent::__construct($message, $code);