Skip to content

0.1.2

Compare
Choose a tag to compare
@tvandinther tvandinther released this 08 Mar 21:59
· 14 commits to master since this release
  • Error class now implements its own ToString method.
  • New Fallible<T> Fallible.Try(Func<T> closure) method to catch exceptions and wrap them into a Fallible<T> object.