ConfigTreeNode.py
changeset 2645 d15a997859b1
parent 2640 1b4b335e19ea
child 2695 a4704fb40b0b
child 2981 a0932a52e53b
equal deleted inserted replaced
2644:769fefae7c81 2645:d15a997859b1
   676         """ Raise an exception that will trigger error message intended to 
   676         """ Raise an exception that will trigger error message intended to 
   677             the user, but without backtrace since it is not a software error """
   677             the user, but without backtrace since it is not a software error """
   678 
   678 
   679         raise UserAddressedException(message)
   679         raise UserAddressedException(message)
   680 
   680 
   681 class UserAddressedException(Exception):
       
   682     pass
       
   683