Sha256: e26e75e4f381c6462b28f3317ce2754390b440759e54960c4215a610f49faa70
Contents?: true
Size: 330 Bytes
Versions: 2
Compression:
Stored size: 330 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 at least one # result does not. class NoResults < 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/no_results.rb |
db_mod-0.0.5 | lib/db_mod/exceptions/no_results.rb |