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.



68
69
70
# File 'lib/cb/utils/response_map.rb', line 68

def initialize(args)
  super(args)
end