Exception: Scenic::Adapters::MySQL::FeatureNotSupportedError

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

Instance Method Summary collapse

Constructor Details

#initializeFeatureNotSupportedError

Returns a new instance of FeatureNotSupportedError.



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

def initialize
  super 'MySQL does not support this feature'
end