CustomException constructor
CustomException([
- dynamic _prefix,
- dynamic _message
Implementation
CustomException([this._prefix, this._message]);
CustomException([this._prefix, this._message]);