Is there any built-in way of catching throw clauses?
For example, if I'm building a voting application where people must be given permission by the chairperson before voting, otherwise the contract throws.
Would it be possible to catch this throw in order to give the user a feedback of what happened without having to manually trigger an event?