Exception: Bellboy::DatabagReadError

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

Overview

Couldn’t read from a manifest

Instance Method Summary collapse

Methods inherited from BellboyIOError

#initialize

Constructor Details

This class inherits a constructor from Bellboy::BellboyIOError

Instance Method Details

#to_sObject



41
42
43
# File 'lib/bellboy/errors.rb', line 41

def to_s
  "IO error reading from #{@filepath}"
end