class Playwright::SocketClosedError

Public Class Methods

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