Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 354 Bytes

File metadata and controls

19 lines (12 loc) · 354 Bytes

Phrase::ErrorError

Properties

Name Type Description Notes
message String [optional]
code String [optional]

Code Sample

require 'phrase'

instance = Phrase::ErrorError.new(message: nil,
                                 code: nil)