NotValidApiKey constructor

NotValidApiKey()

Implementation

NotValidApiKey()
    : super(
        'Not valid api key',
        ErrorCodes.notValidApiKey,
      );