We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3eb5b3a commit c07c95cCopy full SHA for c07c95c
fastjsonschema/exceptions.py
@@ -5,5 +5,5 @@ class JsonSchemaException(ValueError):
5
"""
6
7
def __init__(self, message):
8
- super().__init__()
+ super().__init__(message)
9
self.message = message
0 commit comments