Exception: SandthornSequelProjection::MigrationError

Inherits:
SandthornSequelProjectionError show all
Defined in:
lib/sandthorn_sequel_projection/errors.rb

Instance Method Summary collapse

Constructor Details

#initialize(error) ⇒ MigrationError

Returns a new instance of MigrationError.



6
7
8
9
# File 'lib/sandthorn_sequel_projection/errors.rb', line 6

def initialize(error)
  super(error.message)
  @error = error
end