Initializes a new MPushException
MPushException
@param cause The cause of the exception @param statusCode The status code of the exception
const MPushException( this.cause, { required this.statusCode, });