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