Document handle_exception function.

r2858 | ffr | 2010-01-13 12:53:19 +1100 (Wed, 13 Jan 2010) | 2 lines
This commit is contained in:
Ferdi Franceschini
2010-01-13 12:53:19 +11:00
committed by Douglas Clowes
parent 343f874b70
commit 695c5a8f82

View File

@@ -1,7 +1,7 @@
# Some useful functions for SICS configuration.
# $Revision: 1.24 $
# $Date: 2009-12-10 03:57:13 $
# $Revision: 1.24.2.1 $
# $Date: 2010-01-13 01:53:19 $
# Author: Ferdi Franceschini (ffr@ansto.gov.au)
# Last revision by $Author: ffr $
@@ -879,6 +879,7 @@ proc hsibPath {sibling} {
# Note: You must use 'error' not 'return -code error' to
# raise errors from within a catch block.
#
# @param status, the status returned by the 'catch' command.
# @param message, the message set by the 'catch' command.
# @param args, optional info which gets appended the error message.
#