]> git.mxchange.org Git - shipsimu.git/blobdiff - inc/classes/exceptions/main/class_InvalidArrayCountException.php
Exceptions now with not so much underlines
[shipsimu.git] / inc / classes / exceptions / main / class_InvalidArrayCountException.php
index 215d1ab2bb898aa9aed636563a75853ec003c5ef..3839899e980e9d93b0fcd45fa6a130e4dbf43771 100644 (file)
@@ -2,11 +2,11 @@
 /**
  * An exception thrown when the number of array elements mismatch
  *
- * @author             Roland Haeder <webmaster@mxchange.org>
- * @version            0.3.0
+ * @author             Roland Haeder <webmaster@ship-simu.org>
+ * @version            0.0.0
  * @copyright  Copyright(c) 2007, 2008 Roland Haeder, this is free software
  * @license            GNU GPL 3.0 or any newer version
- * @link               http://www.mxchange.org
+ * @link               http://www.ship-simu.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
@@ -31,7 +31,7 @@ class InvalidArrayCountException extends FrameworkException {
         */
        public function __construct (array $array, $code) {
                // Add a message around the missing class
-               $message = sprintf("[%s:%d] <u>%s</u> hat <u>%d</u> Elemente, soll aber <u>%d</u> enthalten!",
+               $message = sprintf("[%s:%d] <span id=\"exception_reason\">%s</span> hat <u>%d</u> Elemente, soll aber <u>%d</u> enthalten!",
                        $array[0]->__toString(),
                        $this->getLine(),
                        $array[1],