TrackingOptionsDoesNotExistException constructor
Implementation
TrackingOptionsDoesNotExistException({String? type, String? message})
    : super(
          type: type,
          code: 'TrackingOptionsDoesNotExistException',
          message: message);