Exception: Gliffy::RequestFailedException
- Inherits:
-
Exception
- Object
- Exception
- Gliffy::RequestFailedException
- 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
-
#initialize(message) ⇒ RequestFailedException
constructor
A new instance of RequestFailedException.
Constructor Details
#initialize(message) ⇒ RequestFailedException
Returns a new instance of RequestFailedException.
21 22 23 |
# File 'lib/gliffy/response.rb', line 21 def initialize() super() end |