Exception: DocverterServer::CommandError

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

Instance Method Summary collapse

Instance Method Details

#to_sObject



9
10
11
# File 'lib/docverter-server/error.rb', line 9

def to_s
  "command error: #{super}"
end