Module: DT_Raise | qm/external/DocumentTemplate/DT_Raise.py | ||||
---|---|---|---|---|---|
Raising exceptions Errors can be raised from DTML using the For example: <!--#if expr="condition_that_tests_input"--> <!--#raise type="Input Error"--> The value you entered is not valid <!--#/raise--> <!--#/if-->
|