Skip to content
Snippets Groups Projects
Commit b3edab4d authored by Martin Nilsson's avatar Martin Nilsson
Browse files

mbaehr has only lower case. Fixed doc.

Rev: lib/modules/Error.pmod:1.4
parent b8d5601c
No related branches found
No related tags found
No related merge requests found
#pike __REAL_VERSION__ #pike __REAL_VERSION__
// $Id: Error.pmod,v 1.3 2007/06/01 06:13:28 mbaehr Exp $ // $Id: Error.pmod,v 1.4 2007/11/11 16:16:24 nilsson Exp $
constant Generic = __builtin.GenericError; constant Generic = __builtin.GenericError;
...@@ -22,8 +22,8 @@ constant MasterLoad = __builtin.MasterLoadError; ...@@ -22,8 +22,8 @@ constant MasterLoad = __builtin.MasterLoadError;
constant ModuleLoad = __builtin.ModuleLoadError; constant ModuleLoad = __builtin.ModuleLoadError;
//! returns an Error object for any argument it receives. //! Returns an Error object for any argument it receives. If the
//! if the argument already is an Error object or is empty, it does nothing. //! argument already is an Error object or is empty, it does nothing.
object mkerror(mixed error) object mkerror(mixed error)
{ {
if (error == UNDEFINED) if (error == UNDEFINED)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment