Exception: Inferno::UnknownValueSetException
- Inherits:
-
StandardError
- Object
- StandardError
- Inferno::UnknownValueSetException
- Defined in:
- lib/inferno/exceptions.rb
Instance Method Summary collapse
-
#initialize(value_set) ⇒ UnknownValueSetException
constructor
A new instance of UnknownValueSetException.
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 |