/// +---------------------------------------------------------------------- // | HTTP 全局监听口[监听远程执行失败] // +---------------------------------------------------------------------- // | Copyright (c) 2016-2017 ,Lioc All rights reserved. // +---------------------------------------------------------------------- // | Licensed ( http://www.apache.org/licenses/LICENSE-2.0 ) // +---------------------------------------------------------------------- // | Author: Mr Table // +---------------------------------------------------------------------- class Fail { app = null; constructor(http) { this.app = getApp(); } //不支持拦截 create() { } } export default Fail;