F.E.L.T.

Functionally Equivalent Language Translation

CRASH

(crash
  expression
  (catch
    (Etype-1 handler)
    (Etype-2 handler)
    (Etype-N handler))
  (finally expression))

This is a synonym for TRY for those days when it just feels better to crash than to try! Please read that page for complete information.

See also TRY THROW