ProxyParseException constructor

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

Implementation

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