The file lib/handlebars/exception.js defines a couple of properties for exceptions.
There is also a function Exception(...) in types/index.d.ts, but it does not contain any properties.
The goal of this issue is be to define the appropriate properties on the Exception prototype in the typings.
The file
lib/handlebars/exception.jsdefines a couple of properties for exceptions.There is also a
function Exception(...)intypes/index.d.ts, but it does not contain any properties.The goal of this issue is be to define the appropriate properties on the
Exceptionprototype in the typings.