From: Jeff H. <Je...@Je...> - 2020-07-04 01:34:33
|
<html> <head> <meta http-equiv="content-type" content="text/html; charset=UTF-8"> </head> <body> <p>Is there any mechanism to be able to "catch" an error thrown by a pipe?</p> <p>What I would like to do is "automate" testing of pipe stages with errors in their arguments. I have lots of <tt>Emsg(11, 'Bad argument.")</tt>-type things I would like to test in a way that goes on to do the next test. Right now, it stops the whole thing.</p> <p>Thanks for any help or pointers you can give.</p> <p>Jeff<br> </p> </body> </html> |