We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I think you mean:
UnwrapException("called Result.unwrap on an Err value $error")
instead of
UnwrapException("called Result.wrap on an Err value $error")
kotlin-result/src/main/kotlin/com/github/michaelbull/result/Unwrap.kt
Line 22 in 6651b18
The text was updated successfully, but these errors were encountered:
434b8aa
Good spot! Fixed on master, the fix will be included in the next release.
Sorry, something went wrong.
Release 1.1.5 is out with this fix in.
No branches or pull requests
I think you mean:
UnwrapException("called Result.unwrap on an Err value $error")
instead of
UnwrapException("called Result.wrap on an Err value $error")
kotlin-result/src/main/kotlin/com/github/michaelbull/result/Unwrap.kt
Line 22 in 6651b18
The text was updated successfully, but these errors were encountered: