Exception: NonWebSocketRequestError

Inherits:
StandardError
  • Object
show all
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

#messageObject



9
10
11
# File 'lib/nonwebsocketrequesterror.rb', line 9

def message
  "This endpoint only allows WebSocket requests."
end