Source code for dcache.exceptions
[docs]class NotExistError(KeyError):
"""
Exception raised when the value is not found in the backend.
"""
pass
[docs]class NotExistError(KeyError):
"""
Exception raised when the value is not found in the backend.
"""
pass