Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/scrapinghub/splash
/ store_error
Method
store_error
splash/qtrender_lua.py:1508–1509 ·
view source on GitHub ↗
(self, error)
Source
from the content-addressed store, hash-verified
1506
raise
ex
1507
1508
def
store_error(self, error):
1509
self.callback_exceptions.append(error)
1510
1511
def
clear(self):
1512
self._stop_timer()
Callers
nothing calls this directly
Calls
1
append
Method · 0.80
Tested by
no test coverage detected