Exception: Inferno::UnknownValueSetException

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

Instance Method Summary collapse

Constructor Details

#initialize(value_set) ⇒ UnknownValueSetException

Returns a new instance of UnknownValueSetException.



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

def initialize(value_set)
  super("Unknown ValueSet: #{value_set}")
end