VoxaTrace
Toggle table of contents
0.9.2
common
Target filter
common
Switch theme
Search in API
Skip to content
VoxaTrace
VoxaTrace
/
com.musicmuni.voxatrace.sonix
/
SonixException
Sonix
Exception
open
class
SonixException
(
message
:
String
,
cause
:
Throwable
?
=
null
)
:
VoxaTraceException
Base exception for Sonix audio operations.
Members
Constructors
Sonix
Exception
Link copied to clipboard
constructor
(
message
:
String
,
cause
:
Throwable
?
=
null
)
Inherited properties
cause
Link copied to clipboard
expect
open
val
cause
:
Throwable
?
message
Link copied to clipboard
expect
open
val
message
:
String
?