namespace MatrixProject.Exceptions { public class MultVectorException(string message): Exception(message) { } }