/ open-webui.git
/ app
/ env
/ lib64
/ python3.11
/ site-packages
/ fake_useragent
/ errors.py
Run
Starting...
Stop
View File
Save
"""All specific exceptions for the library.""" class FakeUserAgentError(Exception): """Exception for any problems that are library specific.""" # common alias UserAgentError = FakeUserAgentError
Memory