]> gitweb.michael.orlitzky.com - mailshears.git/blobdiff - lib/common/errors.rb
Update the supported version of Roundcube.
[mailshears.git] / lib / common / errors.rb
index 3607b8527d772fbb4fcf79f6062f21bb08accd9c..d0bcfe200ef14c187c29ac6bfe26ba8cb3be0be6 100644 (file)
@@ -4,14 +4,14 @@ class DatabaseError < StandardError
 end
 
 
-# Perhaps surprisingly, used to indicate that an account name is
+# Perhaps surprisingly, used to indicate that an user name is
 # invalid.
-class InvalidAccountError < StandardError
+class InvalidUserError < StandardError
 end
 
 
-# Used to indicate that an account does not exist on the filesystem.
-class NonexistentAccountError < StandardError
+# Used to indicate that an user does not exist on the filesystem.
+class NonexistentUserError < StandardError
 end