Exception: Scenic::Adapters::SqlServer::NotSupportedError
- Inherits:
-
StandardError
- Object
- StandardError
- Scenic::Adapters::SqlServer::NotSupportedError
- Defined in:
- lib/scenic/adapters/sql_server.rb
Instance Method Summary collapse
-
#initialize ⇒ NotSupportedError
constructor
A new instance of NotSupportedError.
Constructor Details
#initialize ⇒ NotSupportedError
Returns a new instance of NotSupportedError.
27 28 29 |
# File 'lib/scenic/adapters/sql_server.rb', line 27 def initialize super 'SQL Server does not support this feature' end |