Make most command-line tools return useful error codes on well-known exceptions.

This commit is contained in:
Daniel Patterson
2017-05-26 21:16:20 -07:00
committed by Patrick Niklaus
parent 03e83ec6a0
commit 3d77714c36
18 changed files with 229 additions and 39 deletions
+1
View File
@@ -17,5 +17,6 @@ namespace util
{
void exception::anchor() const {}
void RuntimeError::anchor() const {}
}
}