Custom Exception Messages: Best practices

前端 未结 5 1714
無奈伤痛
無奈伤痛 2020-12-22 17:27

Wondering how much effort I should go to forcing useful debugging information when creating exception messages, or should I just trust the user to supply the right info, or

5条回答
  •  萌比男神i
    2020-12-22 17:39

    See How to Design Exception Hierarchies on the blog of Krzysztof Cwalina, a coauthor of "Framework Design Guidelines".

提交回复
热议问题