From f50957985300c3bfc6ae5564d7eaa67e099ca8f2 Mon Sep 17 00:00:00 2001 From: transtrike Date: Thu, 10 Dec 2020 13:45:35 +0200 Subject: Change HTTP port --- API/Controllers/ErrorController.cs | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 API/Controllers/ErrorController.cs (limited to 'API/Controllers/ErrorController.cs') diff --git a/API/Controllers/ErrorController.cs b/API/Controllers/ErrorController.cs new file mode 100644 index 0000000..4c5d9ef --- /dev/null +++ b/API/Controllers/ErrorController.cs @@ -0,0 +1,13 @@ +using System; + +namespace API.Controllers +{ + public class ErrorController + { + //FIXME: SHOULD NOT BE VOID + public void Error(Exception exception) + { + + } + } +} \ No newline at end of file -- cgit v1.2.3