Exception: Cb::Utils::ResponseNotFoundError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/cb/utils/response_map.rb

Instance Method Summary collapse

Constructor Details

#initialize(args) ⇒ ResponseNotFoundError

Returns a new instance of ResponseNotFoundError.



55
56
57
# File 'lib/cb/utils/response_map.rb', line 55

def initialize(args)
  super(args)
end