mirror of
https://github.com/correl/openapi-core.git
synced 2024-11-24 19:19:56 +00:00
6 lines
79 B
Python
6 lines
79 B
Python
|
"""OpenAPI core exceptions module"""
|
||
|
|
||
|
|
||
|
class OpenAPIError(Exception):
|
||
|
pass
|