get_exception_info
Check if a specified function contains exception handling (try/catch/throw) and retrieve its decompiled code when exception logic is detected.
Instructions
Check if a function contains exception handling (try/catch/throw). Returns the decompiled code if exception handling is found.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| identifier | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |