Exception: Bellboy::DatabagAPIError

Inherits:
BellboyAPIError show all
Defined in:
lib/bellboy/errors.rb

Overview

An error occured during a Bellboy API call

Instance Method Summary collapse

Methods inherited from BellboyAPIError

#initialize

Constructor Details

This class inherits a constructor from Bellboy::BellboyAPIError

Instance Method Details

#to_sObject



59
60
61
# File 'lib/bellboy/errors.rb', line 59

def to_s
  "Databag API call failed for #{@location}"
end