MethodExecutionException constructor

MethodExecutionException(
  1. dynamic error,
  2. void _endHandle()
)

Implementation

MethodExecutionException(this.error, this._endHandle);