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

Version Path
sandthorn_sequel_projection-0.1.0 lib/sandthorn_sequel_projection/errors.rb
sandthorn_sequel_projection-0.0.4 lib/sandthorn_sequel_projection/errors.rb
sandthorn_sequel_projection-0.0.3 lib/sandthorn_sequel_projection/errors.rb
sandthorn_sequel_projection-0.0.2 lib/sandthorn_sequel_projection/errors.rb
sandthorn_sequel_projection-0.0.1 lib/sandthorn_sequel_projection/errors.rb