Tag: Exceptions
Reporting Exceptions
Great exception reporting to make your users happy and your life easy.
Fail Early In Code
When writing code we should always consider error cases, this is a good thing. When attempting to handle an error case however...
Rethrowing Exceptions
How to (and not to) re-throw exceptions.