require_relative 'base' module Yardi module Error ## # An Error that is raised when we have trouble connecting to the API # endpoint. # class ConnectionError < Base end end end