summaryrefslogtreecommitdiff
path: root/runner/exc/exc.go
diff options
context:
space:
mode:
Diffstat (limited to 'runner/exc/exc.go')
-rw-r--r--runner/exc/exc.go6
1 files changed, 6 insertions, 0 deletions
diff --git a/runner/exc/exc.go b/runner/exc/exc.go
new file mode 100644
index 0000000..18d5214
--- /dev/null
+++ b/runner/exc/exc.go
@@ -0,0 +1,6 @@
+package exc
+
+type exc struct {
+}
+
+var Exc = &exc{}