Exception: Stomp::Error::SSLUnreadableKeyFileError
- Inherits:
-
RuntimeError
- Object
- RuntimeError
- Stomp::Error::SSLUnreadableKeyFileError
- Defined in:
- lib/stomp/errors.rb
Overview
SSLUnreadableKeyFileError is raised if:
-
A supplied key file is not readable.
Instance Method Summary collapse
Instance Method Details
#message ⇒ Object
209 210 211 |
# File 'lib/stomp/errors.rb', line 209 def "client key file can not be read" end |