Class NotConnectedGraph
Defined in File dijkstra.h
Inheritance Relationships
Base Type
public std::exception
Class Documentation
-
class NotConnectedGraph : public std::exception
Custom exception class that passes information in case an unconnected graph is passed to a Dijkstra instance.