Exception: Clint::Upload::ElasticTranscoder::UnsupportedOutputType

Inherits:
StandardError
  • Object
show all
Defined in:
lib/clint/upload/elastic_transcoder/unsupported_output_type.rb

Instance Method Summary collapse

Instance Method Details

#initialise(type) ⇒ Object



5
6
7
8
# File 'lib/clint/upload/elastic_transcoder/unsupported_output_type.rb', line 5

def initialise(type)
  msg = format('Unsupported output type: %s', type)
  super(msg)
end