ConfigError

exception ConfigError(module: str, key: str)[source]

Raised when configuration can not be looked up.

Initialize the configuration error.

Parameters:
  • module – Name of the module, e.g., bioportal

  • key – Name of the key inside the module, e.g., api_key