ad_raise (public)
ad_raise exception [ value ]
Defined in packages/acs-tcl/tcl/exception-procs.tcl
Raise an exception. If you use this I will kill you. Note: despite the warning, this proc has been used in acs-authentication.
- Parameters:
- exception (required)
- value (optional)
- Author:
- rhs@mit.edu
- Created:
- 2000-09-09
- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- ad_raise_exception
Source code: return -code error -errorcode [list "AD" "EXCEPTION" $exception] $valueXQL Not present: Generic, PostgreSQL, Oracle