mirror of
https://github.com/microsoft/playwright.git
synced 2025-06-26 21:40:17 +00:00
9 lines
289 B
Markdown
9 lines
289 B
Markdown
# class: PlaywrightException
|
|
* since: v1.10
|
|
* langs: java
|
|
* extends: [RuntimeException]
|
|
|
|
PlaywrightException is thrown whenever certain operations are terminated abnormally, e.g.
|
|
browser closes while [`method: Page.evaluate`] is running. All Playwright exceptions
|
|
inherit from this class.
|