blob: 7c88b3771b15d75320de4789788f9fd4b2f0f9c2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
# frozen_string_literal: true
require_relative "interface/version"
module Dispatch
module Tools
module Interface
class Error < StandardError; end
# Your code goes here...
end
end
end
|