mirror of
https://github.com/correl/openapi-core.git
synced 2024-11-24 19:19:56 +00:00
5 lines
121 B
Python
5 lines
121 B
Python
from openapi_core.schema.exceptions import OpenAPIMappingError
|
|
|
|
|
|
class OpenAPISchemaError(OpenAPIMappingError):
|
|
pass
|