Exception: OEmbed::UnknownFormat

Inherits:
Error
  • Object
show all
Defined in:
lib/oembed/errors.rb

Overview

:nodoc:

Instance Method Summary collapse

Instance Method Details

#to_sObject



24
25
26
# File 'lib/oembed/errors.rb', line 24

def to_s
  "The provider doesn't support the '#{super}' format"
end