module Ecoportal module API module Errors class TimeOut < Errors::Base end class StartTimeOut < TimeOut end end end end