Solution:
The Correct Answer of This Question is a try/except statement
Explanation:
A runtime error is an application error that happens at the time of program execution. Runtime errors
are generally a category of exception that surrounded a variety of more specific error types like logic errors
, IO errors
, encoding errors
, undefined object errors
, division by zero errors
, and many more. In this topic we’ll test accurately what a runtime error
is and how it compares to other exception categories. We’ll further look at few basic code samples that will represent how to fix runtime errors
, so let’s get started.
For Further Information Go To This Page https://airbrake.io/blog/what-is/runtime-error