X-Git-Url: https://git.mxchange.org/?p=core.git;a=blobdiff_plain;f=inc%2Fclasses%2Fexceptions%2Fio%2Fclass_PathIsNoDirectoryException.php;h=1f097189f2aec2e0eb0a2d09ff6b7850415a01ec;hp=4cb0df89cf9a3757a7e142d7fdd80455e40c096e;hb=2b297e04dae3af7a58f1c413d5be463e49e8fc6c;hpb=607a11e2c22949ea0647568c17d62a605595e83b diff --git a/inc/classes/exceptions/io/class_PathIsNoDirectoryException.php b/inc/classes/exceptions/io/class_PathIsNoDirectoryException.php index 4cb0df89..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, 2008 Roland Haeder, 2009 - 2012 Core Developer Team + * @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);