We've Moved! Please visit our new and improved forum over at our new portal: https://portal.plumvoice.com/hc/en-us/community/topics

Search found 1 match

by graham
Mon Oct 22, 2018 9:58 am
Forum: Plum DEV Q&A
Topic: catch and rethrow errors
Replies: 1
Views: 7393

catch and rethrow errors

I want to have a generic catch method capture all events: <?xml version="1.0"?> <vxml version="2.0"> <form> <block> <throw event="blah" message="hello, world!"/> </block> </form> <catch> <prompt> I'm sorry. We caught an error. // do transfer </prompt> </catch> </vxml> I then want to do a transfer to...