FirebaseCrashlyticsException

actual open class FirebaseCrashlyticsException(message: String) : FirebaseException(source)

Exception that gets thrown when an operation on Firebase Crashlytics fails.

Constructors

Link copied to clipboard
constructor(message: String)

Properties

cause
Link copied to clipboard
open val cause: Throwable?
open val cause: Throwable?
open val cause: Throwable?
message
Link copied to clipboard
open val message: String?
open val message: String?
open val message: String?