Searched refs:my_exception (Results 1 – 2 of 2) sorted by relevance
19 struct my_exception struct21 my_exception() {} in my_exception() function22 ~my_exception() {} in ~my_exception() argument45 throw my_exception(); in operator +()85 catch (my_exception) { \
762 my_exception = 'You did something wrong'765 raise my_exception, bad766 except my_exception, value: