public DefaultErrorInfoConverter(IOwWebModuleConfiguration configuration)
 {
     _configuration = configuration;
 }
예제 #2
0
 /// <inheritdoc/>
 public ErrorInfoBuilder(IOwWebModuleConfiguration configuration)
 {
     Converter = new DefaultErrorInfoConverter(configuration);
 }