Sha256: a22f3dbf07c7831bf94cd0c43bea05cd5b0e33572fdf07f906c0d8ff36c2edaa

Contents?: true

Size: 160 Bytes

Versions: 3

Compression:

Stored size: 160 Bytes

Contents

module DijkstraFast
  ##
  # Raised when no path exists between the given source and destination items.
  ##
  class NoPathExistsError < StandardError; end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
dijkstra_fast-1.5.3 lib/dijkstra_fast/no_path_exists_error.rb
dijkstra_fast-1.5.2 lib/dijkstra_fast/no_path_exists_error.rb
dijkstra_fast-1.4.2 lib/dijkstra_fast/no_path_exists_error.rb