class Abrizer::Mp4AdaptationNotFoundError

Public Class Methods

new() click to toggle source
# File lib/abrizer/errors.rb, line 20
def initialize
  msg = "The fragmented adaptation used to create the progressive MP4 access derivative was not found. You must run `process` before this."
end