Skip to content

exceptions

ConversionError

Bases: Exception

Could not convert entry to format

Source code in optimade/adapters/exceptions.py
4
5
class ConversionError(Exception):
    """Could not convert entry to format"""