def cause()

in terranova/exceptions.py [0:0]


    def cause(self) -> str:
        """
        Returns:
            cause of the error.
        """
        return self.__cause