mirror of
https://github.com/correl/openapi-core.git
synced 2024-11-24 19:19:56 +00:00
6 lines
95 B
Python
6 lines
95 B
Python
|
from openapi_core.exceptions import OpenAPIError
|
||
|
|
||
|
|
||
|
class SecurityError(OpenAPIError):
|
||
|
pass
|