MissingApiKeyException constructor

MissingApiKeyException(
  1. String message
)

Implementation

MissingApiKeyException(
  this.message,
);