MissingApiKeyException constructor

MissingApiKeyException(
  1. String message
)

This exception is thrown when the API key is not set and the user tries to make a request.

Implementation

MissingApiKeyException(this.message);