aboutsummaryrefslogtreecommitdiff
path: root/API/Controllers/ErrorController.cs
diff options
context:
space:
mode:
authortranstrike <transtrike@gmail.com>2020-12-10 13:45:35 +0200
committertranstrike <transtrike@gmail.com>2020-12-10 13:45:35 +0200
commitf50957985300c3bfc6ae5564d7eaa67e099ca8f2 (patch)
treec604cb0fe583bd3f4d3ab25c8ce26a56a0df2332 /API/Controllers/ErrorController.cs
parent2d1a5bdcafd30dca9d21ac765d9b5f6103129902 (diff)
downloadDevHive-f50957985300c3bfc6ae5564d7eaa67e099ca8f2.tar
DevHive-f50957985300c3bfc6ae5564d7eaa67e099ca8f2.tar.gz
DevHive-f50957985300c3bfc6ae5564d7eaa67e099ca8f2.zip
Change HTTP port
Diffstat (limited to 'API/Controllers/ErrorController.cs')
-rw-r--r--API/Controllers/ErrorController.cs13
1 files changed, 13 insertions, 0 deletions
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