mirror of
https://github.com/bentoml/OpenLLM.git
synced 2026-03-14 21:16:16 -04:00
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
8 lines
219 B
Python
Generated
8 lines
219 B
Python
Generated
"""This type stub file was generated by pyright."""
|
|
|
|
class StoreError(RuntimeError): ...
|
|
class CredentialsNotFound(StoreError): ...
|
|
class InitializationError(StoreError): ...
|
|
|
|
def process_store_error(cpe, program): ...
|