All methods are in the right class

This commit is contained in:
Stanislas Jouffroy 2024-03-23 21:54:17 +01:00
parent 0d541e82a5
commit 7f59443b64
12 changed files with 585 additions and 1729 deletions

View file

@ -1,2 +1,6 @@
class ArgumentMissing(Exception):
class WrongResponseStatus(Exception):
pass
class MissingProperty(Exception):
pass