class Sequel::Error
The default exception class for exceptions raised by Sequel. All exception classes defined by Sequel are descendants of this class.
Constants
- AdapterNotFound
- InvalidOperation
- InvalidValue
- PoolTimeoutError
- Rollback
Attributes
wrapped_exception[RW]
If this exception wraps an underlying exception, the underlying exception is held here.