Exception: RestClient::SSLCertificateNotVerified
- Defined in:
- lib/restclient/exceptions.rb
Instance Attribute Summary
Attributes inherited from Exception
Instance Method Summary collapse
-
#initialize(message) ⇒ SSLCertificateNotVerified
constructor
A new instance of SSLCertificateNotVerified.
Methods inherited from Exception
#http_body, #http_code, #inspect, #to_s
Constructor Details
#initialize(message) ⇒ SSLCertificateNotVerified
Returns a new instance of SSLCertificateNotVerified.
181 182 183 184 |
# File 'lib/restclient/exceptions.rb', line 181 def initialize() super nil, nil self. = end |