UnknownApiException constructor

UnknownApiException(
  1. String message
)

Implementation

UnknownApiException(String message) : super(message);