Skip to content
Spire Tracking Stream - Playground
@QuentinSpire
Show files
Open on Replit
exceptions.py
main.py
Packager files
poetry.lock
pyproject.toml
exceptions.py
9
1
2
3
4
5
6
7
class
ConnectionLost
(
Exception
)
:
pass
class
MaxRetries
(
Exception
)
:
pass
Spire Tracking Stream - Playground - Replit