Exception: BreezyTemplate::NotFoundError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/breezy_template/errors.rb

Class Method Summary collapse

Class Method Details

.build(search_path) ⇒ Object



26
27
28
29
# File 'lib/breezy_template/errors.rb', line 26

def self.build(search_path)
  message = "Could not find node at #{search_path}"
  new(message)
end