|
|
|
|
|
by thuridas
1036 days ago
|
|
If you catch them at the lowest level you end with N different exceptions that are coupled with implementation. I only need different exceptions if I am treating them different. Oh! And you typically catch it next to the failure ( maybe wrapping it in another exception) out in a global exception handler |
|