SVG to Compose Documentation
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
SVG to Compose Documentation
svg-to-compose
/
dev.tonholo.s2c.error
/
MissingDependencyException
Missing
Dependency
Exception
class
MissingDependencyException
(
errorCode
:
ErrorCode
,
message
:
String
,
throwable
:
Throwable
?
=
null
)
:
ExitProgramException
(
source
)
Members
Constructors
Missing
Dependency
Exception
Link copied to clipboard
constructor
(
errorCode
:
ErrorCode
,
message
:
String
,
throwable
:
Throwable
?
=
null
)
Properties
cause
Link copied to clipboard
expect
open
val
cause
:
Throwable
?
error
Code
Link copied to clipboard
val
errorCode
:
ErrorCode
The error code associated with this exception, indicating the type of error that occurred.
message
Link copied to clipboard
expect
open
val
message
:
String
?
Functions
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String