File: exceptions.py

package info (click to toggle)
python-hl7 0.4.5-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 508 kB
  • sloc: python: 3,833; makefile: 160
file content (2 lines) | stat: -rw-r--r-- 101 bytes parent folder | download | duplicates (3)
1
2
class InvalidBlockError(Exception):
    """An MLLP Block was received that violates MLLP protocol"""