mirror of
https://github.com/correl/openapi-core.git
synced 2025-03-17 01:06:27 -09:00
5 lines
79 B
Python
5 lines
79 B
Python
"""OpenAPI core exceptions module"""
|
|
|
|
|
|
class OpenAPIError(Exception):
|
|
pass
|