UnexpectedOutputException constructor

UnexpectedOutputException(
  1. String _input,
  2. String _output
)

Implementation

UnexpectedOutputException(this._input, this._output);