Sha256: bd98a2bcdcecc9e519ff31641d701f2c35030a39f225790476cc8b9ef5988cac

Contents?: true

Size: 267 Bytes

Versions: 4

Compression:

Stored size: 267 Bytes

Contents

module SqlPostgres

  # A function requiring a database connection was called, but the object
  # didn't have a database connection.

  class NoConnection < Exception
  end

end

# Local Variables:
# tab-width: 2
# ruby-indent-level: 2
# indent-tabs-mode: nil
# End:

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
sqlpostgres-1.3.0 lib/sqlpostgres/Exceptions.rb
sqlpostgres-1.2.6 lib/sqlpostgres/Exceptions.rb
sqlpostgres-1.2.5 lib/sqlpostgres/Exceptions.rb
sqlpostgres-1.2.4 lib/sqlpostgres/Exceptions.rb