Exception: Abrizer::Mp4AdaptationNotFoundError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/abrizer/errors.rb

Instance Method Summary collapse

Constructor Details

#initializeMp4AdaptationNotFoundError

Returns a new instance of Mp4AdaptationNotFoundError.



20
21
22
# 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