Exception: Viddler::ResponseError

Inherits:
ViddlerError show all
Defined in:
lib/viddler/request.rb

Overview

Raised when response from Viddler contains an error

Instance Method Summary collapse

Constructor Details

#initialize(message) ⇒ ResponseError

:nodoc:



11
12
13
# File 'lib/viddler/request.rb', line 11

def initialize(message)
  super message
end