Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 251 Bytes

Error.md

File metadata and controls

18 lines (12 loc) · 251 Bytes

GTTS::Error

Properties

Name Type Description Notes
message String Error message

Example

require 'grammatek-tts'

instance = GTTS::Error.new(
  message: null
)