]> git.mxchange.org Git - shipsimu.git/blobdiff - inc/classes/exceptions/io/class_PathIsNoDirectoryException.php
Exceptions now with not so much underlines
[shipsimu.git] / inc / classes / exceptions / io / class_PathIsNoDirectoryException.php
index 2ff79ba9341cee2d54a891fe5c62891e98f9b4a2..f6108934d633130f958f7cb4766b8a9e093666ca 100644 (file)
@@ -2,11 +2,11 @@
 /**
  * An exception thrown when a given path is not a directory
  *
- * @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 PathIsNoDirectoryException extends FrameworkException {
         */
        public function __construct ($path, $code) {
                // Add a message around the missing class
-               $message = sprintf("Der angegebene Pfad <u>%s</u> ist ung&uuml;tig (kein Pfad).", $path);
+               $message = sprintf("Der angegebene Pfad <span id=\"exception_reason\">%s</span> ist ung&uuml;tig (kein Pfad).", $path);
 
                // Call parent constructor
                parent::__construct($message, $code);