class Playwright::SocketError

Public Class Methods

new() click to toggle source
Calls superclass method
# File lib/playwright/channel_owners/web_socket.rb, line 31
def initialize
  super('Socket error')
end