ExceptionWrap.newWithName

Create a new #JSCException in context with name and message.

Parameters

context javascriptcore.context.Context

a #JSCContext

name string

the error name

message string

the error message

Return Value

Type: javascriptcore.exception.ExceptionWrap

a new #JSCException.