CustomException constructor

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

Implementation

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