Exception: Scenic::Adapters::SqlServer::NotSupportedError

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

Instance Method Summary collapse

Constructor Details

#initializeNotSupportedError

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