NoStacktraceThrowable

abstract class NoStacktraceThrowable(message: String) : Throwable(source)

Base class for an issue that can be reported to Bugsnag. This is a Throwable for BugSnag purposes but doesn't fill in a stacktrace.

Constructors

Link copied to clipboard
constructor(message: String)

Properties

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

Functions

Link copied to clipboard
Link copied to clipboard
open override fun fillInStackTrace(): Throwable
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard