class Bellboy::DatabagWriteError
Couldn’t create or write to a new data bag item
Public Instance Methods
to_s()
click to toggle source
# File lib/bellboy/errors.rb, line 34 def to_s "IO error writing to #{@filepath}" end