|
|
| version 1.2, 2016/09/01 14:08:38 | version 1.3, 2016/09/26 20:45:35 |
|---|---|
| Line 1 | Line 1 |
| @main[] | @main[] |
| ^curl:options[ $.library[no-such-library.so] ] | 1. ^curl:options[ $.library[no-such-library.so] ] |
| ^try-catch{ ^curl:session{ } } | 2. ^try-catch{ ^curl:session{ } } |
| ^try-catch{ ^curl:session{ } } | 3. ^try-catch{ ^curl:session{ } } |
| ^curl:options[ $.library[another-library.so] ] | 4. ^curl:options[ $.library[another-library.so] ] |
| ^try-catch{ ^curl:session{ } } | 5. ^try-catch{ ^curl:session{ } } |
| ^curl:options[ $.library[libcurl.so] ] | 6. ^curl:options[ $.library[libcurl.so] ] |
| ^curl:session{ OK } | 7. ^curl:session{ OK } |
| @try-catch[jCode] | |
| ^try{$jCode}{ | |
| $exception.handled(true) | |
| Type: $exception.type, | |
| Source: $exception.source, | |
| Comment: ^exception.comment.left(46) | |
| } |