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