mirror of
https://github.com/correl/openapi-core.git
synced 2025-04-03 17:00:18 -09:00
6 lines
145 B
Python
6 lines
145 B
Python
"""OpenAPI core schema exceptions module"""
|
|
from openapi_core.exceptions import OpenAPIError
|
|
|
|
|
|
class OpenAPIMappingError(OpenAPIError):
|
|
pass
|