parse method

M4eExceptionCode parse (String type)

Implementation

static M4eExceptionCode parse(String type) {
  return M4eExceptionCode._(type);
}