class Sqlite::TestSolutionTypeError

Public Class Methods

new(msg = 'Yaml Test must have solution_type with one of these values: query or datasets') click to toggle source
Calls superclass method
# 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