Kaptos
Toggle table of contents
0.1.2-beta
common
Target filter
common
Switch theme
Search in API
Skip to content
Kaptos
Kaptos
/
xyz.mcxross.kaptos.exception
/
ErrorLocation
Error
Location
data
class
ErrorLocation
(
val
line
:
Int
,
val
column
:
Int
)
Members
Constructors
Error
Location
Link copied to clipboard
constructor
(
line
:
Int
,
column
:
Int
)
Properties
column
Link copied to clipboard
val
column
:
Int
line
Link copied to clipboard
val
line
:
Int