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