mirror of
https://github.com/correl/openapi-core.git
synced 2024-11-25 11:09:53 +00:00
9 lines
178 B
Python
9 lines
178 B
Python
from openapi_core.schema.exceptions import OpenAPIMappingError
|
|
|
|
|
|
class OpenAPIContentError(OpenAPIMappingError):
|
|
pass
|
|
|
|
|
|
class MimeTypeNotFound(OpenAPIContentError):
|
|
pass
|