For example: ```ts class UserNotFoundException extends UserException { // ... } ``` This makes is possible to catch any user exception without a lot of if blocks
For example:
This makes is possible to catch any user exception without a lot of if blocks