0.1.2
Error
class now implements its ownToString
method.- New
Fallible<T> Fallible.Try(Func<T> closure)
method to catch exceptions and wrap them into aFallible<T>
object.
Error
class now implements its own ToString
method.Fallible<T> Fallible.Try(Func<T> closure)
method to catch exceptions and wrap them into a Fallible<T>
object.