using System; namespace API.Controllers { public class ErrorController { //FIXME: SHOULD NOT BE VOID public void Error(Exception exception) { } } }