Source code for lories.core.errors
# -*- coding: utf-8 -*-
"""
lories.core.errors
~~~~~~~~~~~~~~~~~~
"""
[docs]
class ResourceError(Exception):
"""
Raise if an error occurred accessing a local resource.
"""
# -*- coding: utf-8 -*-
"""
lories.core.errors
~~~~~~~~~~~~~~~~~~
"""
[docs]
class ResourceError(Exception):
"""
Raise if an error occurred accessing a local resource.
"""