LithoMetadataExceptionWrapper
class LithoMetadataExceptionWrapper(componentContext: ComponentContext? = null, root: String? = null, logTag: String? = null, cause: Throwable) : RuntimeException
Exception class used to add additional Litho metadata to a crash.
Constructors
Link copied to clipboard
constructor(componentContext: ComponentContext? = null, root: String? = null, logTag: String? = null, cause: Throwable)