Exception: Scenic::Adapters::MySQL::FeatureNotSupportedError
- Inherits:
-
StandardError
- Object
- StandardError
- Scenic::Adapters::MySQL::FeatureNotSupportedError
- Defined in:
- lib/scenic/adapters/my_sql.rb
Instance Method Summary collapse
-
#initialize ⇒ FeatureNotSupportedError
constructor
A new instance of FeatureNotSupportedError.
Constructor Details
#initialize ⇒ FeatureNotSupportedError
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 |