mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-09 21:46:42 +08:00
various errors: fix base class (#3702)
This commit is contained in:
@@ -41,5 +41,5 @@ else:
|
||||
def a2b_hex(hexstr: _Ascii) -> bytes: ...
|
||||
def unhexlify(hexlify: _Ascii) -> bytes: ...
|
||||
|
||||
class Error(Exception): ...
|
||||
class Error(ValueError): ...
|
||||
class Incomplete(Exception): ...
|
||||
|
||||
Reference in New Issue
Block a user