X-Git-Url: http://git.roojs.org/?a=blobdiff_plain;f=JSDOC%2FOptions.js;h=a116ad3007e902718c064ea58ad8a899b3078e6c;hb=430ac6b5fee2e216605cdb4a8e400fb79e5732c8;hp=598568a29a32568172f7fe769f55d12ef7c3af3c;hpb=207e79e0f9b885bf51408ef38dc9a4ea14451629;p=gnome.introspection-doc-generator diff --git a/JSDOC/Options.js b/JSDOC/Options.js index 598568a..a116ad3 100644 --- a/JSDOC/Options.js +++ b/JSDOC/Options.js @@ -55,7 +55,10 @@ Options = { }; } if (!this.template) { - + throw { + name: "ArgumentError", + message: "No template specified" + }; }