Exception: Bellboy::DatabagWriteError

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

Overview

Couldn’t create or write to a new data bag item

Instance Method Summary collapse

Methods inherited from BellboyIOError

#initialize

Constructor Details

This class inherits a constructor from Bellboy::BellboyIOError

Instance Method Details

#to_sObject



34
35
36
# File 'lib/bellboy/errors.rb', line 34

def to_s
  "IO error writing to #{@filepath}"
end