]> gitweb.michael.orlitzky.com - mailshears.git/blobdiff - src/errors.rb
Rename 'src' to 'lib' to match every other Ruby project on earth.
[mailshears.git] / src / errors.rb
diff --git a/src/errors.rb b/src/errors.rb
deleted file mode 100644 (file)
index 3607b85..0000000
+++ /dev/null
@@ -1,20 +0,0 @@
-# A generalization of PGError, and whatever MySQL and the other
-# databases might eventually use.
-class DatabaseError < StandardError
-end
-
-
-# Perhaps surprisingly, used to indicate that an account name is
-# invalid.
-class InvalidAccountError < StandardError
-end
-
-
-# Used to indicate that an account does not exist on the filesystem.
-class NonexistentAccountError < StandardError
-end
-
-
-# Used to indicate that a domain does not exist on the filesystem.
-class NonexistentDomainError < StandardError
-end