Exception: YandexSpeechApi::Speaker::TextTooBig

Inherits:
YandexSpeechError show all
Defined in:
lib/yandex_speech/speaker.rb

Overview

Raised when user tries to #say too big text.

Instance Method Summary collapse

Constructor Details

#initializeTextTooBig

Returns a new instance of TextTooBig.



101
# File 'lib/yandex_speech/speaker.rb', line 101

def initialize; super 'Text message length limited by 2000 symbols per request' end