Exception: Rest::InternalClient::SSLCertificateNotVerified

Inherits:
Exception
  • Object
show all
Defined in:
lib/rest/wrappers/internal_client/internal/exceptions.rb

Instance Attribute Summary

Attributes inherited from Exception

#message, #response

Instance Method Summary collapse

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(message)
  super nil, nil
  self.message = message
end