NonAuthorizedAppId constructor

NonAuthorizedAppId()

Implementation

NonAuthorizedAppId()
    : super(
        'the provided app id isn\'t authorized',
        ErrorCodes.notAuthorizedAppId,
      );