CoolFace
Apppublic

gofeco/support

sourceHugging Faceapache-2.0updated 2y agoView on Hugging Face
0likes
api.set_exit_on_error.txt7 linesDownload Raw Back to src_en
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>