NorbixWebhookSignatureError constructor
const
NorbixWebhookSignatureError(
- String message
Implementation
const NorbixWebhookSignatureError(String message)
: super(
message: message,
code: 'WEBHOOK_SIGNATURE_INVALID',
status: 401,
);