Skip to content

brahmap.base.LowerTypeCastWarning

Bases: Warning

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

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