A bit more refinement on exceptions
wysohn opened this issue ยท 1 comments
After gerzytet touched on the exceptions, it is looking much cleaner and readable, yet it still have some more room for enhancement.
Current:
>> Caused By:
"message"
But it could be
>> Caused By: "actual exception name"
"print message only if it's not null"