Help for this page

Select Code to Download


  1. or download this
        Error
          | # arrow indicates an inheritance relation.
    ...
                  |             \
                  V              V
                  PasswordBlank  PasswordInvalid
    
  2. or download this
    my $error_msg;
    try {
    ...
        $error_msg = GateKeeper->format_error($ex->{-text});
        # Or better, SpecialFormatModule->format_error($ex->{-text});
    }