File: exceptions.py

package info (click to toggle)
python-exif 3.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 284 kB
  • sloc: python: 2,969; makefile: 47
file content (6 lines) | stat: -rw-r--r-- 81 bytes parent folder | download
1
2
3
4
5
6
class InvalidExif(Exception):
    pass


class ExifNotFound(Exception):
    pass