fix error reason when page is no data (#3998)

This commit is contained in:
LawyZheng
2025-11-14 12:38:11 +08:00
committed by GitHub
parent b7e28b075c
commit 9814f9803a
3 changed files with 19 additions and 8 deletions

View File

@@ -266,11 +266,6 @@ class UnknownErrorWhileCreatingBrowserContext(SkyvernException):
)
class BrowserStateMissingPage(SkyvernException):
def __init__(self) -> None:
super().__init__("BrowserState is missing the main page")
class OrganizationNotFound(SkyvernHTTPException):
def __init__(self, organization_id: str) -> None:
super().__init__(