class

Ralph::MigrationError

Inherits Ralph::Error / Exception / Reference / Object

Raised when a migration fails to execute

Wraps the underlying database error with context about what operation was being attempted and helpful suggestions for resolution.

Constructors

new(message : String, operation : String, table : String | Nil = nil, sql : String | Nil = nil, backend : Symbol | Nil = nil, cause : Exception | Nil = nil)
Source

Instance methods

backend
Source
operation
Source
table
Source