Kaluga
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
Kaluga
base
/
com.splendo.kaluga.base.text
/
StringFormatterException
/
UnexpectedChar
Unexpected
Char
data
class
UnexpectedChar
(
val
currentCharacter
:
Char
)
:
StringFormatterException
Members
Constructors
Unexpected
Char
Link copied to clipboard
constructor
(
currentCharacter
:
Char
)
Properties
cause
Link copied to clipboard
expect
open
val
cause
:
Throwable
?
current
Character
Link copied to clipboard
val
currentCharacter
:
Char
message
Link copied to clipboard
expect
open
val
message
:
String
?