Exception: NonWebSocketRequestError
- Inherits:
-
StandardError
- Object
- StandardError
- NonWebSocketRequestError
- Defined in:
- lib/nonwebsocketrequesterror.rb
Overview
nonwebsocketrequesterror.rb
~~~~~~~~~
This module implements the NonWebSocketRequestError class.
:authors: Konstantin Bokarius.
:copyright: (c) 2015 by Fanout, Inc.
:license: MIT, see LICENSE for more details.
Instance Method Summary collapse
Instance Method Details
#message ⇒ Object
9 10 11 |
# File 'lib/nonwebsocketrequesterror.rb', line 9 def "This endpoint only allows WebSocket requests." end |