blob: 05ee77a0f4f5d750e0989d27edcfd235b430b9d4 [file] [log] [blame]
module Selenium
module Client
class CommandError < RuntimeError
end
class ProtocolError < RuntimeError
end
end
end