NoApiKeyFound constructor

NoApiKeyFound()

Implementation

NoApiKeyFound()
    : super(
        'No api key found for this hash',
        ErrorCodes.noApiKeyFound,
      );