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