MCPcopy Create free account
hub / github.com/THUDM/AutoWebGLM / __init__

Method __init__

webarena/browser_env/actions.py:1581–1583  ·  view source on GitHub ↗
(self, message: str)

Source from the content-addressed store, hash-verified

1579
1580class ActionParsingError(Exception):
1581 def __init__(self, message: str) -> None:
1582 self.message = message
1583 super().__init__(self.message)
1584
1585
1586@beartype

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected