Exception: Abrizer::Mp4AdaptationNotFoundError
- Inherits:
-
StandardError
- Object
- StandardError
- Abrizer::Mp4AdaptationNotFoundError
- Defined in:
- lib/abrizer/errors.rb
Instance Method Summary collapse
-
#initialize ⇒ Mp4AdaptationNotFoundError
constructor
A new instance of Mp4AdaptationNotFoundError.
Constructor Details
#initialize ⇒ Mp4AdaptationNotFoundError
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 |