class BreezyTemplate::NotFoundError

Public Class Methods

build(search_path) click to toggle source
# File lib/breezy_template/errors.rb, line 26
def self.build(search_path)
  message = "Could not find node at #{search_path}"
  new(message)
end