class NodeNotFound
Public Class Methods
new(msg="The ID for a Node you have provided does not exist")
click to toggle source
Calls superclass method
# File lib/pomona/exceptions.rb, line 2 def initialize(msg="The ID for a Node you have provided does not exist") super end