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