Exception: YandexSpeechApi::Key::InvalidGlobalKey

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

Overview

Raised when global key going to be set with default values.

Instance Method Summary collapse

Constructor Details

#initialize(key) ⇒ InvalidGlobalKey

Returns a new instance of InvalidGlobalKey.



104
# File 'lib/yandex_speech/key.rb', line 104

def initialize(key); super "Global key '#{key}' can not been nil or :unknown" end