class MapExceptions::MalformedMapException
Public Class Methods
new(msg="The given map is not fully connected")
click to toggle source
Calls superclass method
# File lib/map/mapExceptions.rb, line 5 def initialize(msg="The given map is not fully connected") super end