Exception: SODA::SSLCertificateNotVerified

Inherits:
Exception
  • Object
show all
Defined in:
lib/soda/exceptions.rb

Instance Attribute Summary

Attributes inherited from Exception

#data, #message, #original_exception, #response

Instance Method Summary collapse

Methods inherited from Exception

#default_message, #http_body, #http_code, #http_headers, #to_s

Constructor Details

#initialize(message) ⇒ SSLCertificateNotVerified

Returns a new instance of SSLCertificateNotVerified.



197
198
199
200
# File 'lib/soda/exceptions.rb', line 197

def initialize(message)
  super nil, nil
  self.message = message
end