InactiveApiKey constructor

InactiveApiKey()

Implementation

InactiveApiKey()
    : super(
        'This api key is not active',
        ErrorCodes.apiKeyNotActive,
      );