summaryrefslogtreecommitdiffhomepage
path: root/lib/dispatch/adapter/copilot.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/dispatch/adapter/copilot.rb')
-rw-r--r--lib/dispatch/adapter/copilot.rb12
1 files changed, 12 insertions, 0 deletions
diff --git a/lib/dispatch/adapter/copilot.rb b/lib/dispatch/adapter/copilot.rb
new file mode 100644
index 0000000..66e6fff
--- /dev/null
+++ b/lib/dispatch/adapter/copilot.rb
@@ -0,0 +1,12 @@
+# frozen_string_literal: true
+
+require_relative "copilot/version"
+
+module Dispatch
+ module Adapter
+ module Copilot
+ class Error < StandardError; end
+ # Your code goes here...
+ end
+ end
+end