Skip to content

Commit dcca7a0

Browse files
committed
Add SelectolaxError exception class
1 parent 6650493 commit dcca7a0

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

selectolax/lexbor.pyi

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -170,3 +170,8 @@ def parse_fragment(html: str) -> list[LexborNode]:
170170
if they are missing. This function does not add these tags.
171171
"""
172172
...
173+
174+
175+
class SelectolaxError(Exception):
176+
"""An exception that indicates error."""
177+
pass

0 commit comments

Comments
 (0)