class Yakit::Exception

Attributes

response[R]

Public Class Methods

new(response) click to toggle source
# File lib/yakit/exception.rb, line 7
def initialize(response)
  @response = response
end