Rewrite continues:
[core.git] / framework / main / interfaces / resolver / actions / class_ActionResolver.php
index a3f468b9dd1cd796a21393c0b5b2832fcf1c159b..8fa02662562cf1bce57e34db63e248231e11833f 100644 (file)
@@ -50,7 +50,7 @@ interface ActionResolver extends Resolver {
         * @param       $namespace              Namespace to check
         * @param       $actionName             The default action we shall execute
         * @return      $isValid                Whether the given action is valid
-        * @throws      EmptyVariableException  Thrown if given action is not set
+        * @throws      InvalidArgumentException        Thrown if namespace or action is not set
         */
        function isActionValid ($namespace, $actionName);