class Stomp::Error::SSLUnreadableCertFileError
SSLUnreadableCertFileError
is raised if:
-
A supplied SSL cert file is not readable.
Public Instance Methods
Source
# File lib/stomp/errors.rb, line 224 def message "client cert file can not be read" end