Module: SandthornDriverEventStore::Errors

Defined in:
lib/sandthorn_driver_event_store/errors.rb

Defined Under Namespace

Classes: ConcurrencyError, WrongAggregateVersionError, WrongSnapshotVersionError

Constant Summary collapse

Error =
Class.new(StandardError)
InternalError =
Class.new(Error)
NoAggregateError =
Class.new(Error)
EventFormatError =
Class.new(Error)