Exception: CmisServer::RuntimeError

Inherits:
CmisStandardError show all
Defined in:
lib/cmis_server/exceptions.rb

Instance Attribute Summary

Attributes inherited from CmisStandardError

#debug_data, #http_status_code, #trigger

Instance Method Summary collapse

Methods inherited from CmisStandardError

#http_status, #initialize, #log, #message, #to_h, #to_xml

Constructor Details

This class inherits a constructor from CmisServer::CmisStandardError

Instance Method Details

#summaryObject



80
81
82
# File 'lib/cmis_server/exceptions.rb', line 80

def summary
  "An unhandled error occurred on the CMIS server."
end

#titleObject



76
77
78
# File 'lib/cmis_server/exceptions.rb', line 76

def title
  "Runtime Error"
end