Df3Exception   A
last analyzed

Complexity

Total Complexity 0

Size/Duplication

Total Lines 2
Duplicated Lines 0 %

Importance

Changes 3
Bugs 0 Features 0
Metric Value
wmc 0
c 3
b 0
f 0
dl 0
loc 2
rs 10
1
"""
2
Package specific exceptions
3
4
"""
5
6
7
class Df3Exception(Exception):
8
    """ Generic df3tools exception """
9