Open photm5 opened 9 years ago
Where exactly do we need exceptions?
Whenever the remote peer sends something we cannot parse. I opened this issue when there were stdout messages in Connection.hs.
Would fail
be enough for now?
No, because usually fail = error
. That would cause a crash, which is not really what we want.
I see.
We’ll want to respond to errors, eg. see Connection.hs.