Exception: OEmbed::UnknownResponse

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

Overview

:nodoc:

Instance Method Summary collapse

Instance Method Details

#to_sObject



36
37
38
# File 'lib/oembed/errors.rb', line 36

def to_s
  "Got unknown response (#{super}) from server"
end