]> gitweb.michael.orlitzky.com - mailshears.git/blobdiff - lib/common/exit_codes.rb
Factor out common code that can be used to mv (rename) accounts.
[mailshears.git] / lib / common / exit_codes.rb
diff --git a/lib/common/exit_codes.rb b/lib/common/exit_codes.rb
new file mode 100644 (file)
index 0000000..8f70919
--- /dev/null
@@ -0,0 +1,7 @@
+module ExitCodes
+
+  SUCCESS = 0
+  FILESYSTEM_ERROR = 1
+  DATABASE_ERROR = 2
+
+end