Skip to content

Commit c07c95c

Browse files
committed
Exception message
1 parent 3eb5b3a commit c07c95c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fastjsonschema/exceptions.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ class JsonSchemaException(ValueError):
55
"""
66

77
def __init__(self, message):
8-
super().__init__()
8+
super().__init__(message)
99
self.message = message

0 commit comments

Comments
 (0)