File: exceptions.py

package info (click to toggle)
python-qrcode 8.2-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 924 kB
  • sloc: python: 2,761; sh: 16; makefile: 11
file content (2 lines) | stat: -rw-r--r-- 45 bytes parent folder | download | duplicates (9)
1
2
class DataOverflowError(Exception):
    pass