WebhookException constructor

const WebhookException(
  1. String message
)

Creates a WebhookException with the given message.

Implementation

const WebhookException(this.message);