class Hatchet::MissingConfig

Public Class Methods

new() click to toggle source
Calls superclass method
# File lib/hatchet/config.rb, line 3
def initialize
  super("could not find a 'hatchet.json' file in root directory")
end