Exception: Inferno::Exceptions::UnknownSessionDataType

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

Instance Method Summary collapse

Constructor Details

#initialize(output) ⇒ UnknownSessionDataType

Returns a new instance of UnknownSessionDataType.



87
88
89
# File 'lib/inferno/exceptions.rb', line 87

def initialize(output)
  super("Unknown type '#{output[:type]}' for '#{output[:name]}'.")
end