Exception: Stomp::Error::SSLUnreadableTruststoreFileError
- Inherits:
-
RuntimeError
- Object
- RuntimeError
- Stomp::Error::SSLUnreadableTruststoreFileError
- Defined in:
- lib/stomp/errors.rb
Overview
SSLUnreadableTruststoreFileError is raised if:
-
A supplied SSL trust store file is not readable.
Instance Method Summary collapse
Instance Method Details
#message ⇒ Object
241 242 243 |
# File 'lib/stomp/errors.rb', line 241 def "a client truststore file can not be read" end |