Feedback
RuntimeException StackFrames expose internal event handler names
- Status
- Fixed
- Fixed in
- v26.6.5
- Source discussion
- https://forum.objo.dev/d/427-runtimeerror-show-internal-name
- Last updated
- 2026-06-21
Upvotes
0 upvotes
Uses your Objo forum account.
Public summary
RuntimeException.StackFrames can show internal compiler-generated event handler names such as $handler_Opening when an exception is thrown inside an event handler. Stack frame names should use user-facing names, for example Opening, so app code and the console do not expose implementation details.