示例#1
0
文件: Route.cs 项目: hongAgain/CatLib
 /// <summary>
 /// 获取当出现错误时的过滤器链
 /// </summary>
 /// <returns></returns>
 public IFilterChain <IRequest, IResponse, Exception> GatherOnError()
 {
     return(options.GatherOnError());
 }