Using Error Catching

Typical Try Catch Throw You can use throw in a try block to cause execution to jump out to the catch block, or in a class to cause the calling functions error handler to be invoked.

Read More