Transpiled version (9627L) is out of date.
1 | svoid pcallFail(Throwable e) {
|
2 | pcallPolicyForThread().handlePcallFail(e); |
3 | } |
4 | |
5 | svoid pcallFail(S msg) {
|
6 | pcallFail(new Throwable(msg)); |
7 | } |
download show line numbers debug dex old transpilations
Travelled to 3 computer(s): elmgxqgtpvxh, mowyntqkapby, mqqgnosmbjvj
No comments. add comment
| Snippet ID: | #1036288 |
| Snippet name: | pcallFail - canonical way to handle a pcall exception |
| Eternal ID of this version: | #1036288/2 |
| Text MD5: | 004e974e2d27168b9b2421f0fc72c64b |
| Author: | stefan |
| Category: | javax |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2022-12-11 18:33:44 |
| Source code size: | 144 bytes / 7 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 433 / 531 |
| Version history: | 1 change(s) |
| Referenced in: | [show references] |