fix error reason when page is no data (#3998)
This commit is contained in:
@@ -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__(
|
||||
|
||||
Reference in New Issue
Block a user