Source code for codegen_database.errors

"""Cave exception types."""


[docs] class CodegenDatabaseValidationError(Exception): """Raised when a codegen_database validation check fails."""