missing import

This commit is contained in:
Mark Harrah 2011-11-04 13:44:09 -04:00
parent 4afbc5b1b4
commit ab8ac83b6c
1 changed files with 2 additions and 0 deletions

View File

@ -3,6 +3,8 @@
*/
package sbt
import java.io.IOException
object ErrorHandling
{
def translate[T](msg: => String)(f: => T) =