Code merge from latest Ship-Simu code
[mailer.git] / inc / classes / main / filter / validator / class_UserNameValidatorFilter.php
index 1c7c54afc820da98a0e2332fafd82737f416aa5a..165a9ef92de86504ef80a0ebf203ea5737f0e388 100644 (file)
@@ -117,9 +117,6 @@ class UserNameValidatorFilter extends BaseFrameworkSystem implements Filterable
                } catch (UsernameMissingException $e) {
                        // Okay, this user is missing!
                        $alreadyTaken = false;
-               } catch (FrameworkException $e) {
-                       // Something bad happend
-                       ApplicationEntryPoint::app_die(sprintf("Exception: %s", $e->__toString()));
                }
 
                // Return the result