EventException constructor
EventException(
- String message,
- ErrorCodes code
Constructor for exception
Implementation
EventException(
this.message,
this.code,
);
Constructor for exception
EventException(
this.message,
this.code,
);