File Manager
Path:
/
opt
/
cloudlinux
/
venv
/
lib
/
python3.11
/
site-packages
/
requirements_detector
/
Viewing File: exceptions.py
class RequirementsNotFound(Exception): pass class CouldNotParseRequirements(Exception): pass