module Calabash module IOS # @!visibility private # Raised when there is a problem handling an HTTP route. class RouteError < StandardError; end end end