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