module Intown IntownError = Class.new(StandardError) InvalidRequestError = Class.new(IntownError) end