summaryrefslogtreecommitdiff
path: root/it.class
diff options
context:
space:
mode:
authorChristian Helbling2017-01-06 14:43:50 +0100
committerChristian Helbling2017-01-06 14:43:50 +0100
commit1fc78bf4b304881b09ef24af40c1b1b494e2bde5 (patch)
tree1f41764d43a2ed32ba3330fcffb4d1ae511ce928 /it.class
parent53cc3c345d373fba1e5424479b8864e23252555b (diff)
downloaditools-1fc78bf4b304881b09ef24af40c1b1b494e2bde5.tar.gz
itools-1fc78bf4b304881b09ef24af40c1b1b494e2bde5.tar.bz2
itools-1fc78bf4b304881b09ef24af40c1b1b494e2bde5.zip
add illustration for it::error
Diffstat (limited to 'it.class')
-rw-r--r--it.class9
1 files changed, 9 insertions, 0 deletions
diff --git a/it.class b/it.class
index 0b4f44a..95c91e5 100644
--- a/it.class
+++ b/it.class
@@ -127,6 +127,15 @@ static function timerlog($label = '')
* @param $p['failcount'] give number of consecutive okstate failures needed for creating an error [2]
* @param $p['omitdebuginfo'] value 1 omits long stack and var dumps, value 2 also omits trace and url
* @return always null (so users can return it::error() in error cases)
+ * EXAMPLES (m: mail, x: no mail)
+ * time ---|graceperiod|timewindow|
+ * |graceperiod|timewindow|--.
+ * |graceperiod|timewindow|------>
+ * id x x x m x x x x
+ *
+ * time ---|blockmail|--|blockmail|---->
+ * blockmailid m x x m x
+ *
*/
static function error($p = array())
{