How much different is `require(condition) { MyExce...
# language-proposals
o
How much different is
require(condition) { MyException() }
from
if (!condition) throw MyException()