lib/appium_lib/common/error.rb in appium_lib-9.4.9 vs lib/appium_lib/common/error.rb in appium_lib-9.4.10

- old
+ new

@@ -1,5 +1,8 @@ module Appium module Error class NotSupportedAppiumServer < RuntimeError; end + + # Server side error + class ServerError; end end end