gofeco/support
0
1<h3 id='___set_exit_on_error'>set_exit_on_error</h3>2<pre>Whether the tool should exit when the script runs into an error3<b>Usage:</b> set_exit_on_error($error, $bit);4$error: Error pattern, wild card support. 'E-001', 'E-*'5$bit: 1, Exit on the error, default6 0, Don't exit on the error7</pre>