| Total Complexity | 0 |
| Total Lines | 8 |
| Duplicated Lines | 0 % |
| Coverage | 100% |
| Changes | 0 | ||
| 1 | |||
| 2 | 1 | class IL2FBException(Exception): |
|
| 3 | """Generic exception for 'il2fb' namespace.""" |
||
| 4 | |||
| 5 | |||
| 6 | 1 | class IL2FBParsingException(IL2FBException): |
|
| 7 | """Generic parsing exception for 'il2fb' namespace.""" |
||
| 8 |