Sha256: 6cedd5eb3801dff8b5c0629b95e5c71b3095d9cb8d5d9374c32df640b058a85f

Contents?: true

Size: 1.25 KB

Versions: 253

Compression:

Stored size: 1.25 KB

Contents

require 'sqlite3/constants'

module SQLite3
  class Exception < ::StandardError
    # A convenience for accessing the error code for this exception.
    attr_reader :code
  end

  class SQLException < Exception; end
  class InternalException < Exception; end
  class PermissionException < Exception; end
  class AbortException < Exception; end
  class BusyException < Exception; end
  class LockedException < Exception; end
  class MemoryException < Exception; end
  class ReadOnlyException < Exception; end
  class InterruptException < Exception; end
  class IOException < Exception; end
  class CorruptException < Exception; end
  class NotFoundException < Exception; end
  class FullException < Exception; end
  class CantOpenException < Exception; end
  class ProtocolException < Exception; end
  class EmptyException < Exception; end
  class SchemaChangedException < Exception; end
  class TooBigException < Exception; end
  class ConstraintException < Exception; end
  class MismatchException < Exception; end
  class MisuseException < Exception; end
  class UnsupportedException < Exception; end
  class AuthorizationException < Exception; end
  class FormatException < Exception; end
  class RangeException < Exception; end
  class NotADatabaseException < Exception; end
end

Version data entries

253 entries across 242 versions & 6 rubygems

Version Path
tdiary-5.1.3 vendor/bundle/ruby/2.6.0/gems/sqlite3-1.4.2/lib/sqlite3/errors.rb
tdiary-5.1.2 vendor/bundle/ruby/2.6.0/gems/sqlite3-1.4.1/lib/sqlite3/errors.rb
tdiary-5.1.2 vendor/bundle/ruby/2.7.0/gems/sqlite3-1.4.2/lib/sqlite3/errors.rb
tdiary-5.1.1 vendor/bundle/ruby/2.7.0/gems/sqlite3-1.4.2/lib/sqlite3/errors.rb
tdiary-5.1.1 vendor/bundle/ruby/2.6.0/gems/sqlite3-1.4.1/lib/sqlite3/errors.rb
sqlite3-1.4.2 lib/sqlite3/errors.rb
tdiary-5.1.0 vendor/bundle/gems/sqlite3-1.4.1/lib/sqlite3/errors.rb
chatops-rpc-0.0.2 fixtures/chatops-controller-example/vendor/bundle/ruby/2.5.0/gems/sqlite3-1.4.1/lib/sqlite3/errors.rb
chatops-rpc-0.0.1 fixtures/chatops-controller-example/vendor/bundle/ruby/2.5.0/gems/sqlite3-1.4.1/lib/sqlite3/errors.rb
sqlite3-1.4.1 lib/sqlite3/errors.rb
tdiary-5.0.13 vendor/bundle/gems/sqlite3-1.4.0/lib/sqlite3/errors.rb
tdiary-5.0.12.1 vendor/bundle/gems/sqlite3-1.4.0/lib/sqlite3/errors.rb
sqlite3-1.4.0 lib/sqlite3/errors.rb