]> git.mxchange.org Git - shipsimu.git/blobdiff - inc/classes/exceptions/main/class_NoObjectException.php
Just a space removed
[shipsimu.git] / inc / classes / exceptions / main / class_NoObjectException.php
index 7c7b519c10b574575c7452c5f21fc42bc4468ea7..1812a16fb656f09fb8cf1d3463bc690c34da8f22 100644 (file)
@@ -3,9 +3,10 @@
  * A deprecated exception which should be replaced with InvalidObjectException
  *
  * @author             Roland Haeder <webmaster@ship-simu.org>
- * @version            0.0
+ * @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.ship-simu.org
  * @deprecated
  * @see                InvalidObjectException
  *
@@ -30,7 +31,7 @@ class NoObjectException extends FrameworkException {
         * @param               $code           Code number for the exception
         * @return      void
         */
-       public final function __construct ($string, $code) {
+       public function __construct ($string, $code) {
                // Add a message around the missing class
                $message = sprintf("<u>%s</u> ist kein Objekt!",
                        $string