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
174 175 176 |
# File 'lib/stomp/errors.rb', line 174 def "certificate and key files are both required" end |