M4eAuthException constructor

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

Implementation

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