yast2-core
|
#include <Bytecode.h>
Thrown when it does not make sense to parse more bytecode. Formerly we used to unset YCode::valid instead. Any function taking bytecodeistream as a parameter may throw this. It is recommended to catch them in the same function where the stream is constructed (Bytecode::readFile).