Exception: Gliffy::RequestFailedException

Inherits:
Exception
  • Object
show all
Defined in:
lib/gliffy/response.rb

Overview

Indicates that a valid Gliffy <response> was received and that it indicated failure. The message is the message sent by gliffy (if it was in the response)

Instance Method Summary collapse

Constructor Details

#initialize(message) ⇒ RequestFailedException

Returns a new instance of RequestFailedException.



21
22
23
# File 'lib/gliffy/response.rb', line 21

def initialize(message)
  super(message)
end