4 lines
172 B
XML
4 lines
172 B
XML
// There are switch stament cases in the code which are impossible to reach by design.
|
|
// ImpossibleException is a sign of programming error.
|
|
exception ImpossibleException
|