Attaching custom exceptions to functions and classes
Thursday, August 02, 2012 (permalink)
Having too many custom exceptions on a project can be a pain, but a few choices ones are really nice. The problem is that in complex libraries having to import both functions and exceptions becomes a drag. To mitigate having to remember to import custom exceptions, this is a handy ...
Read more ...
