class Bellboy::DatabagReadError

Couldn’t read from a manifest

Public Instance Methods

to_s() click to toggle source
# File lib/bellboy/errors.rb, line 41
def to_s
  "IO error reading from #{@filepath}"
end