ConfigTreeNode.py
changeset 2678 45f1ff6a7f87
parent 2645 d15a997859b1
child 2695 a4704fb40b0b
child 2981 a0932a52e53b
equal deleted inserted replaced
2677:556935640ec0 2678:45f1ff6a7f87
   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