Exception: NodeNotFound

Inherits:
ArgumentError
  • Object
show all
Defined in:
lib/pomona/exceptions.rb

Instance Method Summary collapse

Constructor Details

#initialize(msg = "The ID for a Node you have provided does not exist") ⇒ NodeNotFound

Returns a new instance of NodeNotFound.



2
3
4
# File 'lib/pomona/exceptions.rb', line 2

def initialize(msg="The ID for a Node you have provided does not exist")
  super
end