示例#1
0
 private void TryWithExceptionMapper(Context ctx, Action func)
 {
     ExceptionMapper.CatchException(ctx, func);
 }