assert Unreachable
Throw AssertionException with a given message. Use this method surrounded with if
block with assert condition in case you plan to do string concatenation to produce the message. This logs an assertion with ReactSoftExceptionLogger, which decides whether or not to actually throw.