File: exceptions.py

package info (click to toggle)
python-srptools 1.0.1-2
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 184 kB
  • sloc: python: 658; makefile: 6; sh: 5
file content (5 lines) | stat: -rw-r--r-- 114 bytes parent folder | download
1
2
3
4
5
from __future__ import unicode_literals


class SRPException(Exception):
    """Base srptools exception class."""