JSDOC/Options.js
[gnome.introspection-doc-generator] / JSDOC / Options.js
index 598568a..a116ad3 100644 (file)
@@ -55,7 +55,10 @@ Options = {
             };
         }
         if (!this.template) {
-            
+            throw {
+                name: "ArgumentError", 
+                message: "No template specified" 
+            };
         }