Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 471 Bytes

File metadata and controls

17 lines (12 loc) · 471 Bytes

DearInventoryRuby::Error

Properties

Name Type Description Notes
error_code Integer Exception number [optional]
exception String Exception message [optional]

Code Sample

require 'DearInventoryRuby'

instance = DearInventoryRuby::Error.new(error_code: nil,
                                 exception: nil)