Effect CommunityEC
Effect Community3y ago
43 replies
kristo

Managing Errors with Hierarchy and Class Extension

Is there an easy way to group errors into a hierarchy? I have previously used classes extending from each other. This allows me to know first what part of the application my error is coming from and makes it so I don't have to check for every single possible error independently when trying to handle some. How do others manage this?
Was this page helpful?