ProxyValidationException constructor

const ProxyValidationException(
  1. String message
)

Creates a new ProxyValidationException with the given message

Implementation

const ProxyValidationException(super.message);