class Playwright::DriverCrashedError

Public Class Methods

new() click to toggle source
Calls superclass method
# File lib/playwright/errors.rb, line 31
def initialize
  super("[BUG] Playwright driver is crashed!")
end