NoAppIdException constructor

NoAppIdException()

Implementation

NoAppIdException()
    : super(
        'please provide your app id in the headers as appid:<put_your_app_id_here>',
        ErrorCodes.noAppIdProvided,
      );