We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6650493 commit dcca7a0Copy full SHA for dcca7a0
1 file changed
selectolax/lexbor.pyi
@@ -170,3 +170,8 @@ def parse_fragment(html: str) -> list[LexborNode]:
170
if they are missing. This function does not add these tags.
171
"""
172
...
173
+
174
175
+class SelectolaxError(Exception):
176
+ """An exception that indicates error."""
177
+ pass
0 commit comments