diff options
Diffstat (limited to 'port_for/exceptions.py')
-rw-r--r-- | port_for/exceptions.py | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/port_for/exceptions.py b/port_for/exceptions.py index 256a255..dc03591 100644 --- a/port_for/exceptions.py +++ b/port_for/exceptions.py @@ -1,3 +1,7 @@ -# -*- coding: utf-8 -*- +"""Port-for exceptions.""" + + class PortForException(Exception): + """Main port-for exception class.""" + pass |