lib/calabash/ios/device/routes/error.rb in calabash-1.9.9.pre2 vs lib/calabash/ios/device/routes/error.rb in calabash-1.9.9.pre3
- old
+ new
@@ -1,7 +1,8 @@
module Calabash
module IOS
+ # @!visibility private
# Raised when there is a problem handling an HTTP route.
class RouteError < StandardError; end
end
end