Exception: Sqlite::TestSolutionTypeError
- Inherits:
-
StandardError
- Object
- StandardError
- Sqlite::TestSolutionTypeError
- Defined in:
- lib/errors.rb
Instance Method Summary collapse
-
#initialize(msg = 'Yaml Test must have solution_type with one of these values: query or datasets') ⇒ TestSolutionTypeError
constructor
A new instance of TestSolutionTypeError.
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 |