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