]> git.mxchange.org Git - shipsimu.git/blobdiff - inc/classes/exceptions/result/class_InvalidDatabaseResultException.php
More conventions than code added:
[shipsimu.git] / inc / classes / exceptions / result / class_InvalidDatabaseResultException.php
index bd104598f08603fdef971964ee1e6d416cb4a46e..d9ec2da231d36b37008772b8acc0db6d217e5111 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
  *
@@ -25,13 +25,13 @@ class InvalidDatabaseResultException extends FrameworkException {
        /**
         * The super constructor for all exceptions
         *
-        * @param               $msgArray       Error message array
-        * @param               $code           Error code
+        * @param       $msgArray       Error message array
+        * @param       $code           Error code
         * @return      void
         */
        public function __construct(array $msgArray, $code) {
                // Construct the message
-               $message = sprintf("[%s:%d] Database instance <u>%s</u> contains invalid entries.",
+               $message = sprintf("[%s:%d] Database instance <span id=\"exception_reason\">%s</span> contains invalid entries.",
                        $msgArray[0]->__toString(),
                        $this->getLine(),
                        $msgArray[1]->__toString()