Throw

Throw[e] stops all execution, propagating the value down with the intention of it being caught. Only some of the flow control statements in the language actually support execution interruption right now.

Attributes[Throw] := {Protected}