diff options
Diffstat (limited to 'lib/handlebars/base.js')
-rw-r--r-- | lib/handlebars/base.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/handlebars/base.js b/lib/handlebars/base.js index 027f052..11667af 100644 --- a/lib/handlebars/base.js +++ b/lib/handlebars/base.js @@ -53,7 +53,7 @@ function registerDefaultHelpers(instance) { if(arguments.length === 2) { return undefined; } else { - throw new Error("Missing helper: '" + arg + "'"); + throw new Exception("Missing helper: '" + arg + "'"); } }); |