summaryrefslogtreecommitdiff
path: root/lib/chef_zero/errors.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/chef_zero/errors.rb')
-rw-r--r--lib/chef_zero/errors.rb4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/chef_zero/errors.rb b/lib/chef_zero/errors.rb
new file mode 100644
index 0000000..587b198
--- /dev/null
+++ b/lib/chef_zero/errors.rb
@@ -0,0 +1,4 @@
+module ChefZero
+ class ChefZeroError < StandardError; end
+ class AlreadyStartedError < ChefZeroError; end
+end