class Grntest::NotExist

Attributes

path[R]

Public Class Methods

new(path) click to toggle source
Calls superclass method
# File lib/grntest/error.rb, line 23
def initialize(path)
  @path = path
  super("<#{path}> doesn't exist.")
end