7 - Managing run-time errors (exceptions)
Run-time errors can be handled with the try/catch block:
You can also check for a specific type of exception, e.g.:
Last updated
Run-time errors can be handled with the try/catch block:
You can also check for a specific type of exception, e.g.:
Last updated