⤴️throw

🚧 under construction

(statement)

exceptions are thrown

  • whenever a runtime error occurs

  • and whenever the program explicitly throws one using the throw statement.

exceptions are caught with try-catch-finally statement.

throw <expr>

Last updated