Exception: ContentGateway::OpenSSLFailure
- Defined in:
- lib/content_gateway/exceptions.rb
Instance Attribute Summary
Attributes inherited from BaseError
#info, #resource_url, #status_code, #wrapped_exception
Instance Method Summary collapse
-
#initialize(resource_url, wrapped_exception = nil, info = nil) ⇒ OpenSSLFailure
constructor
A new instance of OpenSSLFailure.
Constructor Details
#initialize(resource_url, wrapped_exception = nil, info = nil) ⇒ OpenSSLFailure
Returns a new instance of OpenSSLFailure.
79 80 81 |
# File 'lib/content_gateway/exceptions.rb', line 79 def initialize(resource_url, wrapped_exception = nil, info=nil) super(resource_url, wrapped_exception, 406, info) end |