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