Closed nicolaspayette closed 10 years ago
Whatever I do with #41, Either[String, _] is not good enough. String should probably be replaced by subtypes of XWException that clients could match on.
Either[String, _]
String
XWException
Whatever I do with #41,
Either[String, _]
is not good enough.String
should probably be replaced by subtypes ofXWException
that clients could match on.