class Gitwrap::Exception::APIError

Attributes

http_status[RW]
response_body[RW]

Public Class Methods

new() click to toggle source
Calls superclass method
# File lib/gitwrap/error.rb, line 6
def initialize
  message = "[HTTP #{http_status}] #{response_body}"
  super (message)
end