Exception: Gliffy::BadResponseException

Inherits:
Exception
  • Object
show all
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

Constructor Details

#initialize(message) ⇒ BadResponseException

Returns a new instance of BadResponseException.



13
14
15
# File 'lib/gliffy/response.rb', line 13

def initialize(message)
  super(message)
end