Page MenuHomePhabricator

Proper error handling in controllers
Closed, ResolvedPublic

Description

When the code throws an exception, it might or might not be logged.

Acceptance criteria:

  • All bubbled up exceptions of the application are caught in the main entry point and logged to the log file.