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.



154
155
156
# File 'lib/routengn.rb', line 154

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