Exception: SandthornSequelProjection::MigrationError
- Inherits:
-
SandthornSequelProjectionError
- Object
- StandardError
- SandthornSequelProjectionError
- SandthornSequelProjection::MigrationError
- Defined in:
- lib/sandthorn_sequel_projection/errors.rb
Instance Method Summary collapse
-
#initialize(error) ⇒ MigrationError
constructor
A new instance of MigrationError.
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.) @error = error end |