ContextualException constructor

ContextualException(
  1. String message,
  2. ContextData context
)

Create a new ContextualException.

Implementation

ContextualException(super.message, this.context);