class Rouge::RegexLexer::Fallthrough

exception class for fallthrough - using an exception is slightly faster than catch { … }, but it is not semantically an error that should be rescued from.