Exception: Stomp::Error::SSLClientParamsError
- Inherits:
-
RuntimeError
- Object
- RuntimeError
- Stomp::Error::SSLClientParamsError
- Defined in:
- lib/stomp/errors.rb
Overview
SSLClientParamsError is raised if:
-
Incomplete SSLParams are specified for an SSL connect.
Instance Method Summary collapse
Instance Method Details
#message ⇒ Object
158 159 160 |
# File 'lib/stomp/errors.rb', line 158 def "certificate and key files are both required" end |