Module: SandthornDriverSequel::Errors

Defined in:
lib/sandthorn_driver_sequel/errors.rb

Defined Under Namespace

Classes: ConcurrencyError, WrongAggregateVersionError

Constant Summary collapse

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