
commonMain.io.github.alexandrepiveteau.graphs.NoSuchVertexException.kt Maven / Gradle / Ivy
package io.github.alexandrepiveteau.graphs
/** An exception thrown when a [Vertex] is not found in a [UndirectedGraph]. */
public class NoSuchVertexException : NoSuchElementException("No such vertex.")
© 2015 - 2025 Weber Informatics LLC | Privacy Policy