Exception: MapExceptions::MalformedMapException
- Inherits:
-
StandardError
- Object
- StandardError
- MapExceptions::MalformedMapException
- Defined in:
- lib/map/mapExceptions.rb
Instance Method Summary collapse
-
#initialize(msg = "The given map is not fully connected") ⇒ MalformedMapException
constructor
A new instance of MalformedMapException.
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 |