arrow-exact icon indicating copy to clipboard operation
arrow-exact copied to clipboard

Change error handling for Exact

Open ustitc opened this issue 1 year ago • 0 comments

The change is a follow-up of this message https://github.com/arrow-kt/arrow-exact/pull/25#issuecomment-1596545009

  • Added ensure(condition: Boolean, lazyMessage: () -> String) function
  • Renamed ExactError to ErrorMessage
  • Replaced most of the examples in doc to by Exact({}) instead of inheritance

ustitc avatar Jun 20 '23 05:06 ustitc