Sha256: 6a20570f32b1531448524fd8bc06855be3948868aea156d0b8ad1c355105d799

Contents?: true

Size: 346 Bytes

Versions: 2

Compression:

Stored size: 346 Bytes

Contents

require_relative 'base'

module DbMod
  module Exceptions
    # Raised by a statement or prepared method that
    # has been configured using
    # {Statements::Configuration::MethodConfiguration#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

2 entries across 2 versions & 1 rubygems

Version Path
db_mod-0.0.6 lib/db_mod/exceptions/too_many_results.rb
db_mod-0.0.5 lib/db_mod/exceptions/too_many_results.rb