Exception: MapExceptions::MalformedMapException

Inherits:
StandardError
  • Object
show all
Defined in:
lib/map/mapExceptions.rb

Instance Method Summary collapse

Constructor Details

#initialize(msg = "The given map is not fully connected") ⇒ MalformedMapException

Returns a new instance of MalformedMapException.



5
6
7
# File 'lib/map/mapExceptions.rb', line 5

def initialize(msg="The given map is not fully connected")
  super
end