.oO SearXNG Developer Documentation Oo.
|
Public Member Functions | |
__init__ (self, str|XPath xpath_spec, str message) |
Public Attributes | |
str | message = message |
str | xpath_str = str(xpath_spec) |
Error while getting the result of an XPath expression
Definition at line 112 of file exceptions.py.
searx.exceptions.SearxEngineXPathException.__init__ | ( | self, | |
str | XPath | xpath_spec, | ||
str | message ) |
Definition at line 115 of file exceptions.py.
str searx.exceptions.SearxEngineXPathException.message = message |
Definition at line 117 of file exceptions.py.
str searx.exceptions.SearxEngineXPathException.xpath_str = str(xpath_spec) |
Definition at line 119 of file exceptions.py.