Total Complexity | 0 |
Total Lines | 8 |
Duplicated Lines | 0 % |
Coverage | 0% |
Changes | 0 |
1 | ''' |
||
2 | This file contains a custom exception |
||
3 | ''' |
||
4 | |||
5 | class NotChecked(Exception): |
||
6 | """Raised when rule is notchecked""" |
||
7 | pass |
||
|
|||
8 |