Exception: Gliffy::NoResponseException

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

Overview

Indicates no response at all was received.

Instance Method Summary collapse

Constructor Details

#initialize(message) ⇒ NoResponseException

Returns a new instance of NoResponseException.



6
7
8
# File 'lib/gliffy/response.rb', line 6

def initialize(message)
  super(message)
end