Exception: SQLite3::Exception
- Inherits:
-
StandardError
- Object
- StandardError
- SQLite3::Exception
- Defined in:
- lib/sqlite3-1.5.3-arm64-darwin/lib/sqlite3/errors.rb,
lib/sqlite3-1.5.3-x86_64-darwin/lib/sqlite3/errors.rb
Direct Known Subclasses
AbortException, AuthorizationException, BusyException, CantOpenException, ConstraintException, CorruptException, EmptyException, FormatException, FullException, IOException, InternalException, InterruptException, LockedException, MemoryException, MismatchException, MisuseException, NotADatabaseException, NotFoundException, PermissionException, ProtocolException, RangeException, ReadOnlyException, SQLException, SchemaChangedException, TooBigException, UnsupportedException
Instance Attribute Summary collapse
-
#code ⇒ Object
readonly
A convenience for accessing the error code for this exception.
Instance Attribute Details
#code ⇒ Object (readonly)
A convenience for accessing the error code for this exception.
6 7 8 |
# File 'lib/sqlite3-1.5.3-arm64-darwin/lib/sqlite3/errors.rb', line 6 def code @code end |