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