shacl_ast/compiled/
compiled_shacl_error.rsuse thiserror::Error;
#[derive(Debug, Error)]
pub enum CompiledShaclError {
#[error("Conversion from IriRef failed")]
IriRefConversion,
#[error("Could not found the shape that it was been searched")]
ShapeNotFound,
#[error("Could not convert to Literal")]
LiteralConversion,
}