Exception: YandexSpeechApi::MP3_Player::Base::FileNotFound
- Inherits:
-
YandexSpeechError
- Object
- StandardError
- YandexSpeechError
- YandexSpeechApi::MP3_Player::Base::FileNotFound
- Defined in:
- lib/yandex_speech/mp3_player/base.rb
Overview
Raised when file not found
Instance Method Summary collapse
-
#initialize(file) ⇒ FileNotFound
constructor
A new instance of FileNotFound.
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 |