class Sequel::Error

  1. lib/sequel/exceptions.rb
Parent: Sequel

The default exception class for exceptions raised by Sequel. All exception classes defined by Sequel are descendants of this class.

Methods

Public Instance

  1. wrapped_exception

Constants

AdapterNotFound = Sequel::AdapterNotFound  
InvalidOperation = Sequel::InvalidOperation  
InvalidValue = Sequel::InvalidValue  
PoolTimeoutError = Sequel::PoolTimeout  
Rollback = Sequel::Rollback  

Attributes

wrapped_exception [RW]

If this exception wraps an underlying exception, the underlying exception is held here.