namespace BlackRock.Reporting.API.Exceptions { public interface IExceptionHandler { public Error HandleException(Exception exception); } }