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