]> git.mxchange.org Git - shipsimu.git/blobdiff - inc/classes/main/user/user/class_User.php
Debug mailer finished and debug messages removed:
[shipsimu.git] / inc / classes / main / user / user / class_User.php
index 8380c857273acd5dc8d750025755ffbf20da2e25..6b0491dbf18eae859b624f690e3babc79f68c3c9 100644 (file)
@@ -22,7 +22,7 @@
  * along with this program. If not, see <http://www.gnu.org/licenses/>.
  */
 class User extends BaseUser implements ManageableUser, Registerable, Updateable {
-       // Exceptions
+       // Exception constances
        const EXCEPTION_USERNAME_NOT_FOUND   = 0x150;
        const EXCEPTION_USER_EMAIL_NOT_FOUND = 0x151;
        const EXCEPTION_USER_PASS_MISMATCH   = 0x152;