summaryrefslogtreecommitdiff
path: root/src/pyglue/DocStrings/Exception.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/pyglue/DocStrings/Exception.py')
-rw-r--r--src/pyglue/DocStrings/Exception.py11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/pyglue/DocStrings/Exception.py b/src/pyglue/DocStrings/Exception.py
new file mode 100644
index 0000000..75bba8e
--- /dev/null
+++ b/src/pyglue/DocStrings/Exception.py
@@ -0,0 +1,11 @@
+
+class Exception:
+ """
+ An exception class to throw for errors detected at runtime.
+
+ .. warning::
+ All functions in the Config class can potentially throw this exception.
+ """
+ def __init__(self):
+ pass
+