Method: Cachext::Features::Backup#handle_error

Defined in:
lib/cachext/features/backup.rb

#handle_error(key, options, error) ⇒ Object



9
10
11
12
# File 'lib/cachext/features/backup.rb', line 9

def handle_error key, options, error
  super
  key.read_backup
end