class AudioFeedManager::AudioFileNotFound

Public Class Methods

for_id(id) click to toggle source
# File lib/audio_feed_manager/audio_file_repository.rb, line 38
def self.for_id(id)
  new("AudioFile by id: #{id} was not found!")
end