Exception: UnQLite::Exception
- Inherits:
-
StandardError
- Object
- StandardError
- UnQLite::Exception
show all
- Defined in:
- lib/unqlite/errors.rb
Direct Known Subclasses
AbortException, BusyException, CantOpenDatabaseException, CorruptException, EOFException, EmptyException, FullDatabaseException, IOException, InvalidParameterException, LimitReachedException, LockProtocolException, LockedException, MemoryException, NotFoundException, NotImplementedException, PermissionException, ReadOnlyException, UnknownConfigurationException
Class Method Summary
collapse
Instance Method Summary
collapse
Class Method Details
.code ⇒ Object
5
6
7
|
# File 'lib/unqlite/errors.rb', line 5
def self.code
@code
end
|
Instance Method Details
#code ⇒ Object
9
10
11
|
# File 'lib/unqlite/errors.rb', line 9
def code
self.class.code
end
|