summaryrefslogtreecommitdiffstats
path: root/port_for/exceptions.py
blob: dc03591ea85f1d13279532a332942a8cb87c6e4c (plain)
1
2
3
4
5
6
7
"""Port-for exceptions."""


class PortForException(Exception):
    """Main port-for exception class."""

    pass