Renamed Registry -> GenericRegistry to make it clear that this registry does
[core.git] / inc / main / exceptions / main / class_InvalidCommandInstanceException.php
index f35021a00ea5c41d02c79399ae7b3f99d58b6382..582a9a5496b02e99b5df6ae8e0fd2fe8b5b08d78 100644 (file)
@@ -40,7 +40,5 @@ class InvalidCommandInstanceException extends FrameworkException {
                // Call parent constructor
                parent::__construct($message, $code);
        }
-}
 
-// [EOF]
-?>
+}