Exception: RestClient::SSLCertificateNotVerified

Inherits:
Exception
  • Object
show all
Defined in:
lib/restclient/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.



169
170
171
172
# File 'lib/restclient/exceptions.rb', line 169

def initialize(message)
  super nil, nil
  self.message = message
end