Sha256: 91becf2942734d870a4194382e58395f350e389ef38e86f5f16d77efcbaafbb3

Contents?: true

Size: 312 Bytes

Versions: 1

Compression:

Stored size: 312 Bytes

Contents

require_relative 'base'

module DbMod
  module Exceptions
    # Raised by a statement or prepared method that
    # has been configured using {ConfigurableMethod#single},
    # when a result set expected to contain not more than
    # one result, in fact, does.
    class TooManyResults < Base
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
db_mod-0.0.4 lib/db_mod/exceptions/too_many_results.rb