We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75d58ff commit 7456c4bCopy full SHA for 7456c4b
openapi_core/unmarshalling/schemas/exceptions.py
@@ -20,6 +20,7 @@ class FormatterNotFoundError(UnmarshallerError):
20
def __str__(self) -> str:
21
return f"Formatter not found for {self.type_format} format"
22
23
+
24
@dataclass
25
class FormatUnmarshalError(UnmarshallerError):
26
"""Unable to unmarshal value for format"""
0 commit comments