Exception: Rest::InternalClient::SSLCertificateNotVerified
- Inherits:
-
Exception
- Object
- RuntimeError
- Exception
- Rest::InternalClient::SSLCertificateNotVerified
- Defined in:
- lib/rest/wrappers/internal_client/internal/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.
187 188 189 190 |
# File 'lib/rest/wrappers/internal_client/internal/exceptions.rb', line 187 def initialize() super nil, nil self. = end |