def raiseRPNExc( self ): """ Raise an RPN exception, taking care to log all details. """ msg= "The following RPN exception is from user-supplied code." log.exception( msg ) raise rpnThresholdException(msg)
def raiseRPNExc(self): """ Raise an RPN exception, taking care to log all details. """ msg = "The following RPN exception is from user-supplied code." log.exception(msg) raise rpnThresholdException(msg)