Exception: MultiZip::NoSupportedBackendError

Inherits:
BaseError
  • Object
show all
Defined in:
lib/multi_zip/errors.rb

Instance Method Summary collapse

Methods inherited from BaseError

#to_s

Instance Method Details

#messageObject



13
14
15
# File 'lib/multi_zip/errors.rb', line 13

def message
  "No supported backend found. Supported backends are #{MultiZip::BACKENDS.map(&:first).map(&:to_s).sort.join(', ')}"
end