Sovi.AI - AI Math Tutor

Scan to solve math questions

QUESTION IMAGE

when you ____ an exception, you send a message that an error has occurr…

Question

when you ____ an exception, you send a message that an error has occurred to another part of the prog
raise
send up
call out
select

Explanation:

Brief Explanations

In programming, when an exceptional situation occurs, we use the term "raise" to signal the occurrence of an exception and pass an error - related message to other parts of the program. "Send up", "call out", and "select" are not the correct terms in this context.

Answer:

raise