class Megam::Gogs::Errors::ErrorWithResponse

Attributes

response[R]

Public Class Methods

new(message, response) click to toggle source
Calls superclass method
# File lib/megam/gogs/errors.rb, line 9
def initialize(message, response)
  super message
  @response = response
end