Exception: Berkshelf::GraphvizNotInstalled
- Inherits:
-
BerkshelfError
- Object
- StandardError
- BerkshelfError
- Berkshelf::GraphvizNotInstalled
- Defined in:
- lib/berkshelf/errors.rb
Instance Method Summary collapse
Methods inherited from BerkshelfError
Instance Method Details
#to_s ⇒ Object
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 |