Completed
Push — master ( fffb7d...c4aefa )
by Oleksandr
06:25
created

il2fb.parsers.mission.MissionParsingError

Complexity

Total Complexity 0

Size/Duplication

Total Lines 4
Duplicated Lines 0 %

Test Coverage

Coverage 100%
Metric Value
wmc 0
dl 0
loc 4
ccs 1
cts 1
cp 1
1
# -*- coding: utf-8 -*-
2
3
4 1
class MissionParsingError(Exception):
5
    """
6
    Thrown when something bad has happened during parsing of mission file.
7
    """
8