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