예제 #1
0
파일: Route.cs 프로젝트: hongAgain/CatLib
 /// <summary>
 /// 获取当出现错误时的过滤器链
 /// </summary>
 /// <returns></returns>
 public IFilterChain <IRequest, IResponse, Exception> GatherOnError()
 {
     return(options.GatherOnError());
 }