Current section

Files

Jump to
chrobot include chrobot@chrome_RuntimeException.hrl
Raw

include/chrobot@chrome_RuntimeException.hrl

-record(runtime_exception, {
text :: binary(),
line :: integer(),
column :: integer()
}).