Repository URL to install this package:
Version:
0.1.16-1 ▾
|
odigos-demo-inventory
/
opt
/
odigos-demo-inventory
/
site-packages
/
poetry
/
repositories
/
exceptions.py
|
---|
from __future__ import annotations
class RepositoryError(Exception):
pass
class PackageNotFoundError(Exception):
pass
class InvalidSourceError(Exception):
pass