Exception: Berkshelf::GraphvizNotInstalled

Inherits:
BerkshelfError show all
Defined in:
lib/berkshelf/errors.rb

Instance Method Summary collapse

Methods inherited from BerkshelfError

set_status_code

Instance Method Details

#to_sObject



509
510
511
512
513
514
# File 'lib/berkshelf/errors.rb', line 509

def to_s
  "Graphviz is not installed! In order to generate a dependency graph, " \
  "you must install Graphviz. Please visit the Graphviz homepage at " \
  "http://www.graphviz.org/ or consult your package manager for more " \
  "information on how to install Graphviz."
end