RaiseException constructor

RaiseException(
  1. String action,
  2. String message
)

Implementation

RaiseException(this.action, this.message);