]> git.mxchange.org Git - shipsimu.git/blobdiff - inc/classes/main/user/class_BaseUser.php
Ship-Simu now has its own member/guest implementations
[shipsimu.git] / inc / classes / main / user / class_BaseUser.php
index 715544eb65bb635dd29c71dcd09a61288ed3c561..ed832a9702025e7787bbd1c59ef92fc0be9f2d00 100644 (file)
  * along with this program. If not, see <http://www.gnu.org/licenses/>.
  */
 class BaseUser extends BaseFrameworkSystem {
+       // Exception constances
+       const EXCEPTION_USERNAME_NOT_FOUND   = 0x150;
+       const EXCEPTION_USER_EMAIL_NOT_FOUND = 0x151;
+       const EXCEPTION_USER_PASS_MISMATCH   = 0x152;
+
        /**
         * Username of current user
         */