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