Exception: Gliffy::NoResponseException
- Inherits:
-
Exception
- Object
- Exception
- Gliffy::NoResponseException
- Defined in:
- lib/gliffy/response.rb
Overview
Indicates no response at all was received.
Instance Method Summary collapse
-
#initialize(message) ⇒ NoResponseException
constructor
A new instance of NoResponseException.
Constructor Details
#initialize(message) ⇒ NoResponseException
Returns a new instance of NoResponseException.
6 7 8 |
# File 'lib/gliffy/response.rb', line 6 def initialize() super() end |