TriggerReactor

TriggerReactor

24.6k Downloads

A bit more refinement on exceptions

wysohn opened this issue ยท 1 comments

commented

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"
commented

And exceptions like the following are very confusing:

image