Exception: Gliffy::BadResponseException
- Inherits:
-
Exception
- Object
- Exception
- Gliffy::BadResponseException
- Defined in:
- lib/gliffy/response.rb
Overview
Indicates that a response was received by that it wasn’t parsable or readable as a Gliffy <response>
Instance Method Summary collapse
-
#initialize(message) ⇒ BadResponseException
constructor
A new instance of BadResponseException.
Constructor Details
#initialize(message) ⇒ BadResponseException
Returns a new instance of BadResponseException.
13 14 15 |
# File 'lib/gliffy/response.rb', line 13 def initialize() super() end |