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