Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-01-18 | Make exception tests named more consistently. | Bruce Mitchener | |
2012-02-20 | Polymorphic exception handling. | Adrian Taylor | |
Previously exception handling only worked if there were a 'catch' block which precisely matched the type of the thrown exception. That's not always the case if we're trying to catch subclasses. This change enhances behaviour to match subclasses, and also covers some other cases where we weren't catching the right thing. | |||
2011-09-15 | Fixed unbound calling of destructor in exception handler; updated test. | max99x | |
2011-09-13 | Basic support for typed exceptions. | max99x | |