Author: stas
Date: Thu Mar  3 18:03:07 2005
New Revision: 156120

URL: http://svn.apache.org/viewcvs?view=rev&rev=156120
Log:
slurp_filename now throws APR::Error exception

Modified:
    perl/modperl/docs/trunk/src/docs/2.0/api/Apache/RequestUtil.pod

Modified: perl/modperl/docs/trunk/src/docs/2.0/api/Apache/RequestUtil.pod
URL: 
http://svn.apache.org/viewcvs/perl/modperl/docs/trunk/src/docs/2.0/api/Apache/RequestUtil.pod?view=diff&r1=156119&r2=156120
==============================================================================
--- perl/modperl/docs/trunk/src/docs/2.0/api/Apache/RequestUtil.pod (original)
+++ perl/modperl/docs/trunk/src/docs/2.0/api/Apache/RequestUtil.pod Thu Mar  3 
18:03:07 2005
@@ -1070,7 +1070,15 @@
 
 A reference to a string with the contents
 
-=item since: 1.99_10
+=item excpt: C<L<APR::Error|docs::2.0::api::APR::Error>>
+
+Possible error codes could be:
+C<L<APR::EACCES|docs::2.0::api::APR::Const/C_APR__EACCES_>>
+(permission problems),
+C<L<APR::ENOENT|docs::2.0::api::APR::Const/C_APR__ENOENT_>> (file not
+found) and others.
+
+=item since: 1.99_22
 
 =back
 



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to