ProxyRotationException constructor

const ProxyRotationException(
  1. String message
)

Creates a new ProxyRotationException with the given message

Implementation

const ProxyRotationException(super.message);