class Bellboy::DatabagAPIError

An error occured during a Bellboy API call

Public Instance Methods

to_s() click to toggle source
# File lib/bellboy/errors.rb, line 59
def to_s
  "Databag API call failed for #{@location}"
end