class WebSocketRb::Error::WrongFrameError
Public Class Methods
new(msg)
click to toggle source
# File lib/web_socket_rb/error/wrong_frame_error.rb, line 4 def initialize(msg) App.logger.error('Frame') { msg } end