ApiNotRespondingException constructor

ApiNotRespondingException([
  1. String? message,
  2. String? url
])

Implementation

ApiNotRespondingException([String? message, String? url])
    : super(message, 'Api not responding', url);