EndpointParseException constructor

EndpointParseException([
  1. String detail = ''
])

Implementation

EndpointParseException([String detail = '']) : super(detail);