Sha256: e176a1f5be4cdcd0f4e3b3bca495de335ccace00248836817818868f7980f334
Contents?: true
Size: 313 Bytes
Versions: 5
Compression:
Stored size: 313 Bytes
Contents
module SandthornSequelProjection class SandthornSequelProjectionError < StandardError; end class MigrationError < SandthornSequelProjectionError def initialize(error) super(error.message) @error = error end end class InvalidEventStoreError < SandthornSequelProjectionError; end end
Version data entries
5 entries across 5 versions & 1 rubygems