package eventDemo.libs.event class EventStreamPublishException( override val message: String, ) : Exception(message)