Exception: Sqlite::TestSolutionTypeError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/errors.rb

Instance Method Summary collapse

Constructor Details

#initialize(msg = 'Yaml Test must have solution_type with one of these values: query or datasets') ⇒ TestSolutionTypeError

Returns a new instance of TestSolutionTypeError.



3
4
5
# File 'lib/errors.rb', line 3

def initialize(msg = 'Yaml Test must have solution_type with one of these values: query or datasets')
  super
end