NorbixWebhookSignatureError constructor

const NorbixWebhookSignatureError(
  1. String message
)

Implementation

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