/ open-webui.git
/ app
/ env
/ lib
/ python3.11
/ site-packages
/ moto
/ panorama
/ exceptions.py
Run
Starting...
Stop
View File
Save
from moto.core.exceptions import JsonRESTError class ValidationError(JsonRESTError): def __init__(self, message: str): super().__init__("ValidationException", message)
Memory