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?
Suliman via Digitalmars-d-learn Sun, 30 Nov 2014 22:41:06 -0800
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?