parse method

ExceptionCode parse (String type)

Implementation

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