Exception: Sequel::NoMatchingRow

Inherits:
Error show all
Defined in:
lib/sequel/exceptions.rb

Overview

Error raised when the user requests a record via the first! or similar method, and the dataset does not yield any rows.

Constant Summary

Constants inherited from Error

Error::AdapterNotFound, Error::InvalidOperation, Error::InvalidValue, Error::PoolTimeoutError, Error::Rollback

Instance Attribute Summary

Attributes inherited from Error

#wrapped_exception