Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 390 Bytes

File metadata and controls

17 lines (10 loc) · 390 Bytes

Phrase::IcuSkeletonError

Properties

Name Type Description Notes
error String Human-readable description of the ICU message format parse failure. [optional]

Code Sample

require 'Phrase'

instance = Phrase::IcuSkeletonError.new(error: Expected "#" but "x" found.)