X-Git-Url: https://git.mxchange.org/?p=core.git;a=blobdiff_plain;f=inc%2Fclasses%2Fexceptions%2Fio%2Fclass_PathIsNoDirectoryException.php;h=1f097189f2aec2e0eb0a2d09ff6b7850415a01ec;hp=9a76652c3649fe644deb4b379eca3854d487fa89;hb=2b297e04dae3af7a58f1c413d5be463e49e8fc6c;hpb=361e6320e50a8bb1a3ccb675388b8042361669ae diff --git a/inc/classes/exceptions/io/class_PathIsNoDirectoryException.php b/inc/classes/exceptions/io/class_PathIsNoDirectoryException.php index 9a76652c..1f097189 100644 --- a/inc/classes/exceptions/io/class_PathIsNoDirectoryException.php +++ b/inc/classes/exceptions/io/class_PathIsNoDirectoryException.php @@ -2,11 +2,11 @@ /** * An exception thrown when a given path is not a directory * - * @author Roland Haeder + * @author Roland Haeder * @version 0.0.0 - * @copyright Copyright (c) 2007 - 2009 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 @@ -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 %s ist ungütig (kein Pfad).", $path); + $message = sprintf('Der angegebene Pfad %s ist ungütig (kein Pfad).', $path); // Call parent constructor parent::__construct($message, $code);