File: exceptions.py

package info (click to toggle)
python-phone-modem 0.1.2-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 112 kB
  • sloc: python: 235; makefile: 7
file content (9 lines) | stat: -rw-r--r-- 216 bytes parent folder | download
1
2
3
4
5
6
7
8
9
"""Exceptions for Phone Modem client."""


class SerialError(Exception):
    """When a connection error is encountered."""


class ResponseError(Exception):
    """When a connection error is encountered."""