M4eServerException constructor

const M4eServerException({@required M4eExceptionCode code, @required String message })

Implementation

const M4eServerException({@required this.code, @required this.message});