summaryrefslogtreecommitdiff
path: root/src/pyglue/DocStrings/Exception.py
blob: 75bba8e6183a2726dd55c1196e2983f0e5a204ff (plain)
1
2
3
4
5
6
7
8
9
10
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