
     eeeerrrrrrrroooorrrr____hhhhaaaannnnddddlllleeeerrrr((((4444))))       MMMMuuuuddddOOOOSSSS ((((11118888 SSSSeeeepppp 1111999999994444))))       eeeerrrrrrrroooorrrr____hhhhaaaannnnddddlllleeeerrrr((((4444))))

     NNNNAAAAMMMMEEEE
          error_handler - function in master object to handle errors

     SSSSYYYYNNNNOOOOPPPPSSSSIIIISSSS
          void error_handler( mapping error, int caught );

     DDDDEEEESSSSCCCCRRRRIIIIPPPPTTTTIIIIOOOONNNN
          This function allows the mudlib to handle errors instead of
          the driver.  The contents of the 'error' mapping are:

              ([
                  "error"   : string,     // the error
                  "program" : string,     // the program
                  "object"  : object,     // the current object
                  "line"    : int,        // the line number
                  "trace"   : mapping*    // a trace back
              ])

          Each line of traceback is a mapping containing the
          following:

              ([
                  "function"  : string,   // the function name
                  "program"   : string,   // the program
                  "object"    : object,   // the object
               "file"      : string,   // the file to which the line number refers
                  "line"      : int       // the line number
              ])
          The 'caught' flag is 1 if the error was trapped by catch().

     SSSSEEEEEEEE AAAALLLLSSSSOOOO
          catch(3), error(3), throw(3), log_error(4)

     AAAAUUUUTTTTHHHHOOOORRRR
          Beek

     Page 1                                          (printed 3/16/95)

