Feedback
Runtime error exposes internal event backing name
- Status
- Fixed
- Fixed in
- v26.5.7
- Source discussion
- https://forum.objo.dev/d/187-error-show-internal-name-of-event
- Last updated
- 2026-05-29
Public summary
A project could show a runtime error containing an internal event backing-field name such as $event_EventNotCreated when user code raised an event that had not been declared. The compiler should report the undefined event using the public event name instead of allowing the internal VM name to reach users.