X-Git-Url: http://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=lib%2Fmailshears%2Ferrors.rb;fp=lib%2Fmailshears%2Ferrors.rb;h=0000000000000000000000000000000000000000;hb=c6cab6b71770d14dad1115db90a00b990c44a58d;hp=3607b8527d772fbb4fcf79f6062f21bb08accd9c;hpb=150ee5398c17acca8ef03b3cc48b3aa7bc1b0035;p=mailshears.git diff --git a/lib/mailshears/errors.rb b/lib/mailshears/errors.rb deleted file mode 100644 index 3607b85..0000000 --- a/lib/mailshears/errors.rb +++ /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