mirror of
https://github.com/bentoml/OpenLLM.git
synced 2026-01-31 10:51:58 -05: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): ...
|