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