Exception: NodeNotFound
- Inherits:
-
ArgumentError
- Object
- ArgumentError
- NodeNotFound
- Defined in:
- lib/pomona/exceptions.rb
Instance Method Summary collapse
-
#initialize(msg = "The ID for a Node you have provided does not exist") ⇒ NodeNotFound
constructor
A new instance of NodeNotFound.
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 |