class Sequel::NoMatchingRow

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

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