Exception: Cogitate::Client::ResponseParserNotFound

Inherits:
NameError
  • Object
show all
Defined in:
lib/cogitate/client/exceptions.rb

Overview

Unable to find the parser give hints

Instance Method Summary collapse

Constructor Details

#initialize(name, namespace) ⇒ ResponseParserNotFound

Returns a new instance of ResponseParserNotFound.



5
6
7
# File 'lib/cogitate/client/exceptions.rb', line 5

def initialize(name, namespace)
  super("Unable to find #{name.inspect} parser in #{namespace}")
end