Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 372 Bytes

File metadata and controls

17 lines (10 loc) · 372 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.')