Source code for artifacts.errors
# -*- coding: utf-8 -*-
"""The error objects."""
[docs]class CodeStyleError(Error):
"""Error that is raised when code formatting fails style checks."""
# -*- coding: utf-8 -*-
"""The error objects."""
[docs]class CodeStyleError(Error):
"""Error that is raised when code formatting fails style checks."""