# encoding: utf-8 # This file is distributed under Ting Yun's license terms. # module TingYun module Support module Exception # An exception that is thrown by the server if the agent license is invalid. class LicenseException < StandardError; end # An exception that is thrown by the agent, if server['nbs.agent_enable']==false. class AgentEnableException