Exception: Sequel::Error

Inherits:
StandardError
  • Object
show all
Defined in:
lib/sequel/exceptions.rb,
lib/sequel/exceptions.rb

Overview

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

Constant Summary collapse

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