AhgoraExceptions constructor

AhgoraExceptions(
  1. String _prefix,
  2. String _message
)

Implementation

AhgoraExceptions(this._prefix, this._message);