Add missing file from code config branch
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
|
||||
namespace Spring.Objects.Factory.Parsing
|
||||
{
|
||||
public interface IProblemReporter
|
||||
{
|
||||
void Fatal(Problem problem);
|
||||
void Warning(Problem problem);
|
||||
void Error(Problem problem);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user