Exception: YandexSpeechApi::MP3_Player::Linux_MP3_Player::ApplicationNotInstalled

Inherits:
YandexSpeechError
  • Object
show all
Defined in:
lib/yandex_speech/mp3_player/linux_mp3_player.rb

Overview

Raised when necessary linux program not found.

Instance Method Summary collapse

Constructor Details

#initialize(name) ⇒ ApplicationNotInstalled

Returns a new instance of ApplicationNotInstalled.



38
# File 'lib/yandex_speech/mp3_player/linux_mp3_player.rb', line 38

def initialize(name); super "Program '#{name}' not found!" end