Exception: Stomp::Error::SSLNoTruststoreFileError
- Inherits:
-
RuntimeError
- Object
- RuntimeError
- Stomp::Error::SSLNoTruststoreFileError
- Defined in:
- lib/stomp/errors.rb
Overview
SSLNoTruststoreFileError is raised if:
-
A supplied SSL trust store file does not exist.
Instance Method Summary collapse
Instance Method Details
#message ⇒ Object
233 234 235 |
# File 'lib/stomp/errors.rb', line 233 def "a client truststore file does not exist" end |