Skip to content

enhance controller exception handling #4

@afsharm

Description

@afsharm

In the service level, no try/catch is used. It means all exceptions are caught in the controller level. In some applications, I have seen even even controller does not catch exceptions. The error is logged by an automatic process and a customized error is returned to user.

Discuss which one is better, what are the solutions for this automatic process and implement it.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions