Exception: YandexSpeechApi::MP3_Player::Base::FileNotFound

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

Overview

Raised when file not found

Instance Method Summary collapse

Constructor Details

#initialize(file) ⇒ FileNotFound

Returns a new instance of FileNotFound.



69
# File 'lib/yandex_speech/mp3_player/base.rb', line 69

def initialize(file); super "File #{file} not found!" end