summaryrefslogtreecommitdiffstats
path: root/port_for/exceptions.py
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--port_for/exceptions.py6
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