ElliottAYoung/Pomona

View on GitHub
lib/pomona/exceptions.rb

Summary

Maintainability
A
0 mins
Test Coverage
class NodeNotFound < ArgumentError
  def initialize(msg="The ID for a Node you have provided does not exist")
    super
  end
end