exclude raise ValueError - usually when validating server protocol
This commit is contained in:
@@ -12,3 +12,5 @@ exclude_lines =
|
||||
def __repr__
|
||||
def __str__
|
||||
raise NotImplementedError
|
||||
def __getattr__
|
||||
raise ValueError
|
||||
|
||||
Reference in New Issue
Block a user