X-Git-Url: https://git.mxchange.org/?p=shipsimu.git;a=blobdiff_plain;f=inc%2Fclasses%2Fexceptions%2Fmain%2Fclass_NoObjectException.php;h=3efe4f9fadf998f89e650a656210e50d9019c40b;hp=c1696850002f1ed2b7fb0668755960cb8df48341;hb=55be672a65bb8aadce8a45f4c54dca43a7c95d1f;hpb=903dcc58c2ae623af5b2865e28cc83f2a37288e5 diff --git a/inc/classes/exceptions/main/class_NoObjectException.php b/inc/classes/exceptions/main/class_NoObjectException.php index c169685..3efe4f9 100644 --- a/inc/classes/exceptions/main/class_NoObjectException.php +++ b/inc/classes/exceptions/main/class_NoObjectException.php @@ -2,11 +2,11 @@ /** * A deprecated exception which should be replaced with InvalidObjectException * - * @author Roland Haeder - * @version 0.3.0 + * @author Roland Haeder + * @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 * @deprecated * @see InvalidObjectException * @@ -33,7 +33,7 @@ class NoObjectException extends FrameworkException { */ public function __construct ($string, $code) { // Add a message around the missing class - $message = sprintf("%s ist kein Objekt!", + $message = sprintf("%s ist kein Objekt!", $string );