Exception: Scenic::Adapters::Sqlite::FeatureNotSupportedError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/scenic/adapters/sqlite.rb

Instance Method Summary collapse

Constructor Details

#initializeFeatureNotSupportedError

Returns a new instance of FeatureNotSupportedError.



7
8
9
# File 'lib/scenic/adapters/sqlite.rb', line 7

def initialize
  super "Sqlite3 does not support this feature"
end