try catch block
let's us write some code and test for errors to catch. Block lets us handle those errors if there are any. this lets us handle error without stoping our script. This would be an elegant way of catching errors.
| Name | Name | Last commit date | ||
|---|---|---|---|---|
try catch block
let's us write some code and test for errors to catch. Block lets us handle those errors if there are any. this lets us handle error without stoping our script. This would be an elegant way of catching errors.