File: exceptions.py

package info (click to toggle)
python-requirements-detector 1.3.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 472 kB
  • sloc: python: 2,096; makefile: 13; sh: 1
file content (6 lines) | stat: -rw-r--r-- 103 bytes parent folder | download
1
2
3
4
5
6
class RequirementsNotFound(Exception):
    pass


class CouldNotParseRequirements(Exception):
    pass