File: exceptions.py

package info (click to toggle)
python-qrcode 5.0.1-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 224 kB
  • ctags: 179
  • sloc: python: 1,317; makefile: 4
file content (2 lines) | stat: -rw-r--r-- 45 bytes parent folder | download | duplicates (9)
1
2
class DataOverflowError(Exception):
    pass