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