hsenv icon indicating copy to clipboard operation
hsenv copied to clipboard

add exception wrapper

Open Paczesiowa opened this issue 13 years ago • 0 comments

when exception is thrown from down the call stack (like from runProcess) it's message is useless to the user (process failed with status 127 doesn't tell anything about missing ghc-pkg). add wrappers that will catch an exception, modify its message to be more meaningful to the user and throw it again

Paczesiowa avatar Nov 12 '11 20:11 Paczesiowa