Exception: Berkshelf::ChefConnectionError
- Inherits:
-
BerkshelfError
- Object
- StandardError
- BerkshelfError
- Berkshelf::ChefConnectionError
- Defined in:
- lib/berkshelf/errors.rb
Instance Method Summary collapse
Methods inherited from BerkshelfError
Instance Method Details
#to_s ⇒ Object
300 301 302 |
# File 'lib/berkshelf/errors.rb', line 300 def to_s 'There was an error connecting to the Chef Server' end |