def verify(theStatement, theMessage=None): """This is just a thin wrapper around safe.api.verify. Args: * theStatement - expression to verify * theMessage - message to display on failure Returns: None Raises: VerificationError """ try: verify_util(theStatement, theMessage) except: raise