Exception: Bellboy::BellboyAPIError

Inherits:
BellboyError
  • Object
show all
Defined in:
lib/bellboy/errors.rb

Overview

Base for all API errors

Direct Known Subclasses

ChefConnectionError, DatabagAPIError

Instance Method Summary collapse

Constructor Details

#initialize(location) ⇒ BellboyAPIError

Returns a new instance of BellboyAPIError.



48
49
50
# File 'lib/bellboy/errors.rb', line 48

def initialize(location)
  @location = location
end