JSDOC/Options.js
[gnome.introspection-doc-generator] / JSDOC / Options.js
index daa584e..ac6d73b 100644 (file)
@@ -174,7 +174,10 @@ Options = {
                     this[a].push(args[i]);
                 }
                 i--;
-           }
-                
+            }
+            throw {
+                name: "ArgumentError", 
+                message: "Do no know how to handle: " + a
+            };  
     
 }
\ No newline at end of file