ignoreErrors
Catches and logs any exception for this block and continue execution. Note that execution of block will exit on first statement that throws an exception. Exception is logged as ERROR level.
Catches and logs any exception for this block and continue execution. Note that execution of block will exit on first statement that throws an exception. Exception is logged as ERROR level.