From d54995cad9ddf652cd2f7abb128d5d251f9454f1 Mon Sep 17 00:00:00 2001 From: David Thompson Date: Tue, 25 Oct 2022 07:25:01 -0400 Subject: projects: Update chickadee for 0.9.0 release. --- manuals/chickadee/The-Game-Loop.html | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'manuals/chickadee/The-Game-Loop.html') diff --git a/manuals/chickadee/The-Game-Loop.html b/manuals/chickadee/The-Game-Loop.html index d18ad0d..7d7acfb 100644 --- a/manuals/chickadee/The-Game-Loop.html +++ b/manuals/chickadee/The-Game-Loop.html @@ -277,18 +277,16 @@ values are: -
  • error: Called with three arguments when an error occurs: +
  • error: Called with two arguments when an error occurs:
      -
    1. stack: The call stack at the point of error. +
    2. exception: The exception object. -
    3. key: The exception key. - -
    4. args: The arguments thrown with the exception. +
    5. stack: The call stack at the point of the exception.
    -

    The default behavior is to re-throw the error. +

    If no error handler is specified, exceptions will simply be re-raised.

  • -- cgit v1.2.3