SonixException

open class SonixException(message: String, cause: Throwable? = null) : VoxaTraceException

Base exception for Sonix audio operations.

Constructors

Link copied to clipboard
constructor(message: String, cause: Throwable? = null)

Inherited properties

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