Current section

Files

Jump to
chrobot include chrome_ProtocolVersionMismatch.hrl
Raw

include/chrome_ProtocolVersionMismatch.hrl

-record(protocol_version_mismatch, {
supported_version :: binary(),
got_version :: binary()
}).