Exception: RouteNGN::ConnectionException

Inherits:
Exception
  • Object
show all
Defined in:
lib/routengn.rb

Instance Method Summary collapse

Constructor Details

#initialize(msg = "No connection to RouteNGN established.") ⇒ ConnectionException

Returns a new instance of ConnectionException.



103
104
105
# File 'lib/routengn.rb', line 103

def initialize(msg = "No connection to RouteNGN established.")
  super
end