GenericExceptions constructor

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

Implementation

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