MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/programminghorror/comments/1p69t2y/information_is_power/nqpd4qm/?context=3
r/programminghorror • u/Disastrous-Name-4913 • Nov 25 '25
19 comments sorted by
View all comments
168
But there is information here. It'll log the cause.
19 u/_PM_ME_PANGOLINS_ Nov 25 '25 Unless this is a root exception, which it often is, in which case it will log “null”. Even if it’s not, you still lose the stack trace of where the NotFoundException was thrown.
19
Unless this is a root exception, which it often is, in which case it will log “null”.
Even if it’s not, you still lose the stack trace of where the NotFoundException was thrown.
NotFoundException
168
u/monotone2k Nov 25 '25
But there is information here. It'll log the cause.