Sha256: 4db79d7b54c87a31893badc4993db0ac9d873a33c96a277b6390150ed4a70e9a
Contents?: true
Size: 257 Bytes
Versions: 1
Compression:
Stored size: 257 Bytes
Contents
module Cogitate module Client # Unable to find the parser give hints class ResponseParserNotFound < NameError def initialize(name, namespace) super("Unable to find #{name.inspect} parser in #{namespace}") end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
cogitate-0.0.2 | lib/cogitate/client/exceptions.rb |