]> git.mxchange.org Git - core.git/blobdiff - inc/main/exceptions/main/class_InvalidCommandInstanceException.php
Renamed Registry -> GenericRegistry to make it clear that this registry does
[core.git] / inc / main / exceptions / main / class_InvalidCommandInstanceException.php
index 82de3c73835c40d8bca0976ca9d406777474731d..582a9a5496b02e99b5df6ae8e0fd2fe8b5b08d78 100644 (file)
@@ -4,7 +4,7 @@
  *
  * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
- * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2015 Core Developer Team
+ * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2016 Core Developer Team
  * @license            GNU GPL 3.0 or any newer version
  * @link               http://www.shipsimu.org
  *
@@ -40,7 +40,5 @@ class InvalidCommandInstanceException extends FrameworkException {
                // Call parent constructor
                parent::__construct($message, $code);
        }
-}
 
-// [EOF]
-?>
+}