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