class Selenium::WebDriver::DevTools::ExceptionEvent

def initialize(description:, timestamp:, stacktrace:)

def initialize(description:, timestamp:, stacktrace:)
  @description = description
  @timestamp = Time.at(timestamp / 1000)
  @stacktrace = stacktrace
end