class Yakit::OtherException

Public Class Methods

new(response) click to toggle source
Calls superclass method Yakit::Exception::new
# File lib/yakit/exception.rb, line 62
def initialize(response)
  super(response)
end