AI Term of the Moment

compute accelerator



Definition: catch block


The routine in a program that handles an exception (error). There are typically catch blocks for each type of error. See error handling.