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