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