From: Tobias Ulmer Date: Wed, 8 Aug 2012 12:37:28 +0000 (+0200) Subject: Sync documentation, new_error() is no more X-Git-Tag: e2factory-2.3.13rc1~182 X-Git-Url: https://git.e2factory.org/?a=commitdiff_plain;h=e5f15fb3d52750608313e7b1e8dfc626ab8b1101;p=e2factory.git Sync documentation, new_error() is no more --- diff --git a/Coding b/Coding index 934671d..2499ada 100644 --- a/Coding +++ b/Coding @@ -16,7 +16,7 @@ Error handling to customers. (As they should not see the internals.) * Example: -- the error object from the current layer is usually named 'e'. - e = new_error("error copying file for") + e = err.new("error copying file for") -- a boolean return value is usually called 'rc'. -- an error object return value is usually called 're'. rc, re = f(...)