This exception is only thrown once a traceback of lines is collected from the script source code
and there are no surrounding try-catch blocks around where the exception occurred. D bindings
to native functions should not directly throw this, but instead set the NativeFunctionError
flag and return.
This exception is only thrown once a traceback of lines is collected from the script source code and there are no surrounding try-catch blocks around where the exception occurred. D bindings to native functions should not directly throw this, but instead set the NativeFunctionError flag and return.