Skip to content

brahmap.utilities.LowerTypeCastWarning

Bases: Warning

Source code in brahmap/utilities/tools.py
class LowerTypeCastWarning(Warning):
    def __init__(self, message):
        self.message = message

    def __str__(self):
        return repr(self.message)