Exception: SODA::SSLCertificateNotVerified
- Defined in:
- lib/soda/exceptions.rb
Instance Attribute Summary
Attributes inherited from Exception
#data, #message, #original_exception, #response
Instance Method Summary collapse
-
#initialize(message) ⇒ SSLCertificateNotVerified
constructor
A new instance of SSLCertificateNotVerified.
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() super nil, nil self. = end |