Exception: DocverterServer::InvalidManifestError

Inherits:
RuntimeError
  • Object
show all
Defined in:
lib/docverter-server/error.rb

Instance Method Summary collapse

Instance Method Details

#to_sObject



3
4
5
# File 'lib/docverter-server/error.rb', line 3

def to_s
  "invalid manifest: #{super}"
end