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