Package io.kjson
Object JSONException.Companion
-
- All Implemented Interfaces:
public class JSONException.Companion
-
-
Field Summary
Fields Modifier and Type Field Description public final static JSONException.CompanionINSTANCE
-
Method Summary
Modifier and Type Method Description final StringextendMessage(String text, Object key)Create extended message from base message text and optional key. -
-
Method Detail
-
extendMessage
final String extendMessage(String text, Object key)
Create extended message from base message text and optional key.
-
-
-
-