Hello,
is it possible to have a custom error handler on the rule level (for every rule in the limit) ?
Cannot find this point in docs/examples.
I.e.
DO WITH opt1 // should raise "Option opt1 is unknown"
DO WITH opt2 = 123 // should raise "Invalid value 123 for option opt2"
Hello,
is it possible to have a custom error handler on the rule level (for every rule in the limit) ?
Cannot find this point in docs/examples.
I.e.