aboutsummaryrefslogtreecommitdiff
path: root/API/Controllers/ErrorController.cs
diff options
context:
space:
mode:
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