summaryrefslogtreecommitdiff
path: root/test/files/run/t6333.scala
Commit message (Collapse)AuthorAgeFilesLines
* Fix for SI-6333 - Try throws from combinators.Josh Suereth2012-09-071-0/+29
* Added more comprehensive tests to Try. * Delineated what methods do and don't catch exceptions in docs. * Fixed combinator methods that should catch exceptions.