]> gitweb.michael.orlitzky.com - mailshears.git/blobdiff - lib/exit_codes.rb
Rename 'src' to 'lib' to match every other Ruby project on earth.
[mailshears.git] / lib / exit_codes.rb
diff --git a/lib/exit_codes.rb b/lib/exit_codes.rb
new file mode 100644 (file)
index 0000000..f304ff6
--- /dev/null
@@ -0,0 +1,7 @@
+module ExitCodes
+
+  SUCCESS = 0
+  FILESYSTEM_ERROR = 1
+  DATABASE_ERROR = 2
+  
+end