Exception: Stomp::Error::UTF8ValidationError
- Inherits:
-
RuntimeError
- Object
- RuntimeError
- Stomp::Error::UTF8ValidationError
- Defined in:
- lib/stomp/errors.rb
Overview
UTF8ValidationError is raised if:
-
Stomp 1.1 headers are not valid UTF8.
Instance Method Summary collapse
Instance Method Details
#message ⇒ Object
158 159 160 |
# File 'lib/stomp/errors.rb', line 158 def "header is invalid UTF8" end |