throw
🚧 under construction
Last updated
Was this helpful?
🚧 under construction
Last updated
Was this helpful?
⟩ ⟩ ⟩ ⟩ throw
⟩ ⟩ ⟩ throw
exceptions are thrown
whenever a occurs
and whenever the program explicitly throws one using the throw statement.
exceptions are caught with try-catch-finally statement.