curl: catching exception on connect.

Suliman via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Sun Nov 30 22:38:42 PST 2014


Am I right understand all exception are derived from 
"assertThrown"
http://dlang.org/phobos/std_exception.html

So "msg" in "catch(Exception msg)" is from function 
"assertThrown"?

Could you show me example of how to handle type of exception?


More information about the Digitalmars-d-learn mailing list