Exception: YandexSpeechApi::Key::InvalidGlobalKey
- Inherits:
-
YandexSpeechError
- Object
- StandardError
- YandexSpeechError
- YandexSpeechApi::Key::InvalidGlobalKey
- Defined in:
- lib/yandex_speech/key.rb
Overview
Raised when global key going to be set with default values.
Instance Method Summary collapse
-
#initialize(key) ⇒ InvalidGlobalKey
constructor
A new instance of InvalidGlobalKey.
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 |