bug: script.php catch blocks miss TypeError from chained null calls #108

Closed
opened 2026-05-23 23:04:10 +00:00 by jmiller · 0 comments
Owner

Three catch blocks in script.php use catch(Exception) which misses PHP Error/TypeError if bootComponent returns null. Change to catch(Throwable) to cover both.

Three catch blocks in script.php use catch(Exception) which misses PHP Error/TypeError if bootComponent returns null. Change to catch(Throwable) to cover both.
Sign in to join this conversation.
No labels
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: MokoConsulting/MokoJoomTOS#108