Exception: MultiZip::BaseError

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

Instance Method Summary collapse

Instance Method Details

#to_sObject



3
4
5
6
7
8
9
# File 'lib/multi_zip/errors.rb', line 3

def to_s
  if respond_to?(:message)
    message
  else
    super
  end
end