class Cb::Utils::ResponseNotFoundError

Public Class Methods

new(args) click to toggle source
Calls superclass method
# File lib/cb/utils/response_map.rb, line 68
def initialize(args)
  super(args)
end