We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba4a8b5 commit 0ba025cCopy full SHA for 0ba025c
firebase-crashlytics/src/iosMain/kotlin/dev/gitlive/firebase/crashlytics/crashlytics.kt
@@ -43,5 +43,5 @@ private fun Throwable.asNSError(): NSError {
43
if (message != null) {
44
userInfo[NSLocalizedDescriptionKey] = message
45
}
46
- return NSError.errorWithDomain("KotlinException", 0, userInfo)
+ return NSError.errorWithDomain(this::class.qualifiedName, 0, userInfo)
47
0 commit comments