4 lines
71 B
Text
4 lines
71 B
Text
|
|
define throw_exception();
|
||
|
|
throw([my_exception my_data]);
|
||
|
|
enddefine;
|