EventStoreException constructor
const
EventStoreException(
- String message, [
- dynamic cause
Implementation
const EventStoreException(this.message, [this.cause]);
const EventStoreException(this.message, [this.cause]);