CustomException constructor

CustomException([
  1. dynamic _prefix,
  2. dynamic _message
])

Implementation

CustomException([this._prefix, this._message]);