Source code for mlprodict.grammar_sklearn.grammar.exc

"""
Exception definition.


:githublink:`%|py|5`
"""


[docs]class Float32InfError(Exception): """ Raised when a float is out of range and cannot be converted into a float32. :githublink:`%|py|11` """ pass