Exception: OEmbed::FormatNotSupported

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

Overview

:nodoc:

Instance Method Summary collapse

Instance Method Details

#to_sObject



30
31
32
# File 'lib/oembed/errors.rb', line 30

def to_s
  "This server doesn't have the correct libraries installed to support the '#{super}' format"
end