Exception: Stomp::Error::SSLNoKeyFileError
- Inherits:
-
RuntimeError
- Object
- RuntimeError
- Stomp::Error::SSLNoKeyFileError
- Defined in:
- lib/stomp/errors.rb
Overview
SSLNoKeyFileError is raised if:
-
A supplied key file does not exist.
Instance Method Summary collapse
Instance Method Details
#message ⇒ Object
201 202 203 |
# File 'lib/stomp/errors.rb', line 201 def "client key file does not exist" end |