diff options
author | Russ Allbery <rra@stanford.edu> | 2007-08-31 17:34:18 +0000 |
---|---|---|
committer | Russ Allbery <rra@stanford.edu> | 2007-08-31 17:34:18 +0000 |
commit | 488e404129536d797583b432eaf1c2ec40df366f (patch) | |
tree | b6658e798707343bbabc3867b2ddff2ec961bbff /perl/Wallet | |
parent | 0ce8e1f8cf98c34b1d6990473a33f77fc04cac04 (diff) |
Remove duplicate error documentation.
Diffstat (limited to 'perl/Wallet')
-rw-r--r-- | perl/Wallet/Object/Base.pm | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/perl/Wallet/Object/Base.pm b/perl/Wallet/Object/Base.pm index 941e34a..79662e7 100644 --- a/perl/Wallet/Object/Base.pm +++ b/perl/Wallet/Object/Base.pm @@ -492,12 +492,6 @@ trailing newlines are removed, any text of the form S<C< at \S+ line as the error. Only child classes should call this method with an error string. -=item error() - -Returns the error message from the last failing operation or undef if no -operations have failed. Callers should call this function to get the error -message after an undef return from any other instance method. - =item expires([EXPIRES, PRINCIPAL, HOSTNAME [, DATETIME]]) Sets or retrieves the expiration date of an object. If no arguments are |