ExceptionWrap.this

Create a new #JSCException in context with message.

  1. this(void* ptr, Flag!"Take" take)
  2. this(javascriptcore.context.Context context, string message)
    class ExceptionWrap

Parameters

context javascriptcore.context.Context

a #JSCContext

message string

the error message

Return Value

a new #JSCException.