Method: Chain::InvalidRequestIDError#initialize
- Defined in:
- lib/chain/errors.rb
#initialize(response) ⇒ InvalidRequestIDError
13 14 15 16 |
# File 'lib/chain/errors.rb', line 13 def initialize(response) super "Response HTTP header field Chain-Request-ID is unset. There may be network issues. Please check your local network settings." self.response = response end |