InvalidEventException constructor

InvalidEventException(
  1. String message
)

Create a new InvalidEventException with the provided message.

Implementation

InvalidEventException(String message) : super('Invalid gateway event: $message');