← 返回首页
exceptions - OPTIMADE Python tools
Skip to content
OPTIMADE Python tools
exceptions
optimade-python-tools

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"""