Exception: Stomp::Error::SSLNoCertFileError
- Inherits:
-
RuntimeError
- Object
- RuntimeError
- Stomp::Error::SSLNoCertFileError
- Defined in:
- lib/stomp/errors.rb
Overview
SSLNoCertFileError is raised if:
-
A supplied SSL cert file does not exist.
Instance Method Summary collapse
Instance Method Details
#message ⇒ Object
217 218 219 |
# File 'lib/stomp/errors.rb', line 217 def "client cert file does not exist" end |