lib/selenium/client/errors.rb in selenium-webdriver-2.18.0 vs lib/selenium/client/errors.rb in selenium-webdriver-2.19.0.rc1

- old
+ new

@@ -1,9 +1,9 @@ module Selenium module Client - class CommandError < RuntimeError + class CommandError < RuntimeError end - - class ProtocolError < RuntimeError + + class ProtocolError < RuntimeError end end end \ No newline at end of file