Ticket #1406 (closed deprecation: wontfix)
get_results opcode used to fetch exception object
| Reported by: | allison | Owned by: | whiteknight |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | none | Version: | 1.9.0 |
| Severity: | medium | Keywords: | |
| Cc: | Language: | ||
| Patch status: | Platform: |
Description
The get_results opcode will no longer be used to fetch the exception object argument inside an exception handler. Instead, use the ordinary syntax for fetching a parameter (the .param declaration, or set_params).
Change History
Note: See
TracTickets for help on using
tickets.
