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